summaryrefslogtreecommitdiff
path: root/install.sh
blob: 9acef636c12e8f23018cfadd6c9b1fbb695ceb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#function install{
#  yaourt -S $1 --needed --noconfirm
#  # clear temp
#  /bin/rm -rf /tmp/* /tmp/.* &>/dev/null
#}


# 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
yaourt -S texlive-most --needed --noconfirm
sudo pacman -S emacs --needed
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
yaourt -S slack-desktop --needed