Dotfiles for different machines on different branches.
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.

144 lines
3.0 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. #!/bin/bash
  2. ## remove arandr
  3. sudo pacman -Rns arandr
  4. ## remove ed
  5. sudo pacman -Rns ed
  6. ## remove gnome-keyring
  7. sudo pacman -Rns gnome-keyring
  8. ## remove neovim
  9. sudo pacman -Rns neovim
  10. ## remove tree
  11. sudo pacman -Rns tree
  12. ## remove vi
  13. sudo pacman -Rns vi
  14. ## remove vifm
  15. sudo pacman -Rns vifm
  16. ## add acpi
  17. sudo pacman -S acpi
  18. ## add bluez bluezutils
  19. sudo pacman -S bluez bluez-utils
  20. ## add cmatrix
  21. sudo pacman -S cmatrix
  22. ## add code
  23. git clone https://aur.archlinux.org/visual-studio-code-bin.git $HOME/downloads/set\-ups/visual-studio-code-bin
  24. cd $HOME/downloads/set\-ups/visual-studio-code-bin && makepkg -sirc
  25. ## add discord
  26. git clone https://aur.archlinux.org/discord.git $HOME/downloads/set\-ups/discord
  27. cd $HOME/downloads/set\-ups/discord && makepkg -sirc
  28. ## add docker
  29. sudo pacman -S docker
  30. sudo systemctl start docker.service
  31. sudo systemctl enable docker.service
  32. sudo groupadd docker
  33. sudo gpasswd -a $USER docker
  34. ## add imagemagick
  35. sudo pacman -S imagemagick
  36. ## add intellij-idea-community-edition
  37. sudo pacman -S intellij-idea-community-edition
  38. ## add jdk8-openjdk
  39. sudo pacman -S jdk8-openjdk
  40. ## add lastpass-cli-git
  41. git clone https://aur.archlinux.org/lastpass-cli-git.git $HOME/downloads/set\-ups/lastpass-cli-git
  42. cd $HOME/downloads/set\-ups/lastpass-cli-git && makepkg -sirc
  43. ## add light
  44. sudo pacman -S light
  45. ## add lsd
  46. sudo pacman -S lsd
  47. ## add lynx
  48. sudo pacman -S lynx
  49. ## add maxima
  50. sudo pacman -S maxima
  51. ## add mutt-wizard-git
  52. git clone https://aur.archlinux.org/mutt-wizard-git.git $HOME/downloads/set\-ups/mutt-wizard-git
  53. cd $HOME/downloads/set\-ups/mutt-wizard-git && makepkg -sirc
  54. ## add neofetch
  55. sudo pacman -S neofetch
  56. ## add nm-connection-editor
  57. sudo pacman -S nm-connection-editor
  58. ## add openssh
  59. sudo pacman -S openssh
  60. ## add owncloud-client
  61. sudo pacman -S owncloud-client
  62. ## add pip3
  63. sudo pacman -S python-pip
  64. ## add pip3 module httplib2 for calcurse
  65. pip3 install --user httplib2
  66. ## add pulseaudio-alsa pulseaudio-bluetooth
  67. sudo pacman -S pulseaudio-alsa pulseaudio-bluetoot
  68. ## add qt5ct
  69. sudo pacman -S qt5ct
  70. ## add ranger
  71. sudo pacman -S ranger
  72. ## add rsync
  73. sudo pacman -S rsync
  74. ## add rtv
  75. sudo pacman -S rtv
  76. ## add scim
  77. git clone https://aur.archlinux.org/sc-im.git $HOME/downloads/set\-ups/sc-im
  78. cd $HOME/downloads/set\-ups/sc-im && makepkg -sirc
  79. ## add spotify
  80. git clone https://aur.archlinux.org/spotify.git $HOME/downloads/set\-ups/spotify
  81. cd $HOME/downloads/set\-ups/spotfy && makepkg -sirc
  82. ## add sshpass
  83. sudo pacman -S sshpass
  84. ## add texlive
  85. sudo pacman -S texlive-most
  86. sudo pacman -S texlive-lang
  87. ## add tor-browser
  88. git clone https://aur.archlinux.org/tor-browser.git $HOME/downloads/set\-ups/tor-browser
  89. cd $HOME/downloads/set\-ups/tor-browser && makepkg -sirc
  90. ## add gvim
  91. sudo pacman -S gvim
  92. ## add vivaldi
  93. git clone https://aur.archlinux.org/vivaldi.git $HOME/downloads/set\-ups/vivaldi
  94. cd $HOME/downloads/set\-ups/vivaldi && makepkg -sirc
  95. ## add xournalpp
  96. sudo pacman -S xournalpp
  97. ## add zip
  98. sudo pacman -S jdk8-openjdk
  99. ## remove unwanted files
  100. rm -r ~/.local/share/larbs