All Projects → skybert → my-little-friends

skybert / my-little-friends

Licence: other
Moved to https://gitlab.com/skybert/my-little-friends

Programming Languages

shell
77523 projects
emacs lisp
2029 projects
perl
6916 projects
Vim Script
2826 projects
sed
78 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to my-little-friends

Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+793.55%)
Mutual labels:  vim-configuration, emacs-configuration
emacs.d
My Emacs config. ⚙️ (buuuuut I don't use Emacs anymore)
Stars: ✭ 15 (-75.81%)
Mutual labels:  emacs-configuration
lain-emacs
A modern(?) day Emacs configuration for the stubborn dvorak vimmer
Stars: ✭ 14 (-77.42%)
Mutual labels:  emacs-configuration
q
q - vim like macro registers for your bash and zsh shell!
Stars: ✭ 54 (-12.9%)
Mutual labels:  bashrc
crun
Crystal Run : shebang wrapper for Crystal
Stars: ✭ 35 (-43.55%)
Mutual labels:  unix-shell
vlm
Just another Emacs '(lisp-machine) configuration written in the literate programming format
Stars: ✭ 21 (-66.13%)
Mutual labels:  emacs-configuration
easy-admin
Scripts for easy system administration
Stars: ✭ 20 (-67.74%)
Mutual labels:  unix-shell
emrc
EMacsRu metapackages collection
Stars: ✭ 12 (-80.65%)
Mutual labels:  emacs-configuration
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (-59.68%)
Mutual labels:  bashrc
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-74.19%)
Mutual labels:  bashrc
emacs.d
My personal emacs setup.
Stars: ✭ 27 (-56.45%)
Mutual labels:  emacs-configuration
neovim
🌟 Cool & Modularized vim configurations to work like an IDE
Stars: ✭ 17 (-72.58%)
Mutual labels:  vim-configuration
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+35.48%)
Mutual labels:  bashrc
elvish-completions
Completer definitions for Elvish
Stars: ✭ 31 (-50%)
Mutual labels:  unix-shell
nvimrc
vimrc for neovim written in lua
Stars: ✭ 99 (+59.68%)
Mutual labels:  vim-configuration
awesome-bashrc
🚀 Collection of bash snippets/aliases that will save your time on the terminal
Stars: ✭ 109 (+75.81%)
Mutual labels:  bashrc
emacs-can-do-that
Yep, emacs can do that !
Stars: ✭ 43 (-30.65%)
Mutual labels:  emacs-configuration
.emacs.d
Tycho Emacs Config Kit
Stars: ✭ 31 (-50%)
Mutual labels:  emacs-configuration
galactic-emacs
A Emacs distribution coming from the space ...
Stars: ✭ 107 (+72.58%)
Mutual labels:  emacs-configuration
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (-51.61%)
Mutual labels:  bashrc

Moved →

This repo has moved to https://gitlab.com/skybert/my-little-friends/

The wee scripts and configuration files I cannot live without.

These are the commands I use to set up a new computer

mkdir src && cd src
git clone [email protected]:skybert/skybert-net.git
cd ~/

# bash
ln -s src/my-little-friends/bash/.bashrc 
ln -s src/my-little-friends/bash/.inputrc
ln -s src/my-little-friends/bash/.fzf.bash

# emacs
ln -s src/my-little-friends/emacs/.emacs
ln -s src/my-little-friends/emacs/.emacs.d

# x
ln -s src/my-little-friends/x/.xsession
ln -s src/my-little-friends/x/.xmodmaprc
ln -s src/my-little-friends/x/x-resources ~/.Xresources

# xdg
ln -s ~/src/my-little-friends/xdg/.config/user-dirs.dirs ~/.config/user-dirs.dirs
ln -s ~/src/my-little-friends/xdg/.config/user-dirs.locale ~/.config/user-dirs.locale

# git
ln -s src/my-little-friends/git/.gitignore
ln -s src/my-little-friends/git/.gitconfig-work  ~/.gitconfig 

# top
ln -s src/my-little-friends/top/.toprc

# vim
ln -s src/my-little-friends/vim/.vimrc

# mpd
ln -s src/my-little-friends/mpd/mpd.conf .mpdconf

# urxvt
ln -s src/my-little-friends/x/.urxvt 

# i3
ln -s src/my-little-friends/i3/config ~/.config/i3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].