From 170d454dc213de364928298632892da6a2755404 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 26 Sep 2017 18:38:39 -0500 Subject: install.sh --- install.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 install.sh (limited to 'install.sh') 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 -- cgit v1.2.3