setup.sh 195 B

123456789
  1. #!/bin/bash
  2. cp .bashrc ~/.bashrc
  3. cp .bash_profile ~/.bash_profile
  4. cp .fishrc ~/.fishrc
  5. cp .xinitrc ~/.xinitrc
  6. ./setup-vim.sh
  7. mkdir -p ~/.config
  8. mkdir -p ~/.config/i3
  9. cp -r i3 ~/.config/i3/config