setup.sh 340 B

123456789101112
  1. #!/bin/bash
  2. ln -s ~/dotfiles/.bashrc ~/.bashrc
  3. ln -s ~/dotfiles/.zshrc ~/.zshrc
  4. ln -s ~/dotfiles/.fishrc ~/.fishrc
  5. ln -s ~/dotfiles/.bash_profile ~/.bash_profile
  6. ln -s ~/dotfiles/.profile ~/.profile
  7. ln -s ~/dotfiles/.xinitrc ~/.xinitrc
  8. ./setup-vim.sh
  9. mkdir -p ~/.config
  10. mkdir -p ~/.config/i3
  11. ln -s ~/dotfiles/i3_config ~/.config/i3/config