Skip to content

kuahyeow/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published