Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 420 Bytes

My dotfiles

Setup

  • Clone into home
    git clone https://github.com/msal4/dotfiles.git $HOME/dotfiles
  • Link dotfiles
     ./setup.sh
  • Or manually by symlinkng the needed config
    ln -nfs $HOME/dotfiles/vim $HOME/.vim
    ln -s $HOME/dotfiles/tmux.conf $HOME/.tmux.conf
    ln -s $HOME/dotfiles/zshrc $HOME/.zshrc

Note: don't use relative paths.