aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: a0a321f48b7a57a51091a2d2bbc40b3773c76d89 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/sh
#yaourt -S qterminal
##yaourt -S Atom
##apm install atom-material-ui
##apm install atom-material-syntax-dark
##apm install vim-mode-plus
#apm install project-plus
#yaourt -S fira-code-git
yaourt -S otf-fira-code
#wget https://bootstrap.pypa.io/get-pip.py
#yaourt -S wget
#sudo python get-pip.py
#sudo pip install i3pystatus
#sudo pip install colour
#sudo pip install netifaces
#sudo pip install basiciw
#yaourt -S py3status
#yaourt -S firefox
#yaourt -S newsbeuter
#yaourt -S mosh

#sudo pacman -S the_silver_searcher

## TODO: install this: mutt stow

##yaourt -S thunderbird

#sudo pacman -R clipit

#stow zsh

## After zsh installed, install this three plugins :
#git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/plugins/zsh-autosuggestions
#git clone git://github.com/zsh-users/zsh-history-substring-search ~/.zsh/plugins/zsh-history-substring-search
#git clone git://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/plugins/zsh-syntax-highlighting
#git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions

#sudo chsh -s $(which zsh)

#stowroot fonts-etc

#stow vim

#git clone https://github.com/VundleVim/Vundle.vim.git vim/.vim/bundle/Vundle.vim
#vim +PluginInstall +qall