Another copy of my dotfiles. Because I don't completely trust GitHub.
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.

35 lines
817 B

4 years ago
  1. #!/bin/bash
  2. # Vim
  3. ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
  4. ln -s ~/.dotfiles/vim/vim ~/.vim
  5. # GTK
  6. ln -s ~/.dotfiles/gtk/gtk-2.0 ~/.config/gtk-2.0
  7. ln -s ~/.dotfiles/gtk/gtk-3.0 ~/.config/gtk-3.0
  8. ln -s ~/.dotfiles/gtk/gtk-4.0 ~/.config/gtk-4.0
  9. # Miscellaneous
  10. ln -s ~/.dotfiles/misc/dunst ~/.config/dunst
  11. ln -s ~/.dotfiles/misc/rofi ~/.config/rofi
  12. ln -s ~/.dotfiles/misc/zathura ~/.config/zathura
  13. # Scripts
  14. ln -s ~/.dotfiles/scripts ~/.scripts
  15. # Suckless
  16. ln -s ~/.dotfiles/suckless ~/.config/suckless
  17. # Tmux
  18. ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
  19. # Xorg
  20. ln -s ~/.dotfiles/xorg/xinitrc ~/.xinitrc
  21. ln -s ~/.dotfiles/xorg/xmodmap ~/.xmodmap
  22. # Zsh
  23. ln -s ~/.dotfiles/zsh/antibody ~/.config/antibody
  24. ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
  25. ln -s ~/.dotfiles/zsh/cmds ~/.cmds
  26. ln -s ~/.dotfiles/zsh/aliases ~/.aliases