diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..8bc1d9d --- /dev/null +++ b/install.sh @@ -0,0 +1,23 @@ +# utilities +sudo pacman -S git --needed +sudo pacman -S xterm --needed +sudo pacman -S yaourt --needed +sudo pacman -S xclip --needed +sudo pacman -S vim --needed +sudo pacman -S imagemagick --needed +sudo pacman -S scrot --needed +yaourt -S insync --needed + +# i3 +yaourt -S i3-gaps --needed +sudo pacman -S i3status --needed +sudo pacman -S rofi --needed +yaourt -S i3lock-color-git --needed + +# anaconda +yaourt -S anaconda --needed --tmp ~/Desktop + +# applications +sudo pacman -S emacs --needed +git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d +yaourt -S slack-desktop --needed |
