cd code git clone dotfiles cd ~ ln -s code/dotfiles/gitignore .gitignore cp code/dotfiles/gitconfig .gitconfig ln -s code/dotfiles/gvimrc.after .gvimrc.after ln -s code/dotfiles/vimrc.before .vimrc.before ln -s code/dotfiles/vimrc.after .vimrc.after ln -s code/dotfiles/bash_aliases .bash_aliases ln -s code/dotfiles/tmux.conf .tmux.conf ln -s code/dotfiles/tigrc .tigrc # Edit .profile or .bash_profile or .bashrc and insert the following: if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi # On top of Janus, I use the following vim plugins... # https://github.com/w0rp/ale.git # https://github.com/michaeljsmith/vim-indent-object.git