Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
289 B

  1. dot_dir=~/linux-config
  2. # dotfiles
  3. dotfiles="bashrc gitconfig inputrc vimrc"
  4. cd $dot_dir
  5. for dotfile in $dotfiles; do
  6. rm ~/.$dotfile
  7. ln -s $dot_dir/.$dotfile ~/.$dotfile
  8. done
  9. # terminator
  10. term_dir=~/.config/terminator
  11. rm $term_dir/config
  12. ln $dot_dir/termConfig "$term_dir"/config