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.

39 lines
966 B

4 years ago
4 years ago
4 years ago
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. ln -s ~/.dotfiles/misc/termite/ ~/.config/termite
  14. ln -s ~/.dotfiles/misc/systemd ~/.config/systemd
  15. # Scripts
  16. ln -s ~/.dotfiles/scripts ~/.scripts
  17. # Suckless
  18. ln -s ~/.dotfiles/suckless ~/.config/suckless
  19. # Tmux
  20. ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
  21. # Xorg
  22. ln -s ~/.dotfiles/xorg/xinitrc ~/.xinitrc
  23. ln -s ~/.dotfiles/xorg/xmodmap ~/.xmodmap
  24. # Zsh
  25. ln -s ~/.dotfiles/zsh/antibody ~/.config/antibody
  26. ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
  27. ln -s ~/.dotfiles/zsh/cmds ~/.cmds
  28. ln -s ~/.dotfiles/zsh/aliases ~/.aliases
  29. ln -s ~/.dotfiles/zsh/completions ~/.completions