setup.sh 322 B

1234567891011
  1. #!/bin/bash
  2. ln -s ~/dotfiles/.bashrc ~/.bashrc
  3. ln -s ~/dotfiles/.bash_profile ~/.bash_profile
  4. ln -s ~/dotfiles/.fishrc ~/.fishrc
  5. ln -s ~/dotfiles/.xinitrc ~/.xinitrc
  6. ./setup-vim.sh
  7. #change this to a symbolic link too once brain works again
  8. mkdir -p ~/.config
  9. mkdir -p ~/.config/i3
  10. cp -r ~/dotfiles/i3 ~/.config/i3/config