diff options
-rwxr-xr-x | install.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..7921e7a --- /dev/null +++ b/install.sh @@ -0,0 +1,20 @@ +#!/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 +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 +yaourt -S py3status +yaourt -S firefox +yaourt -S newsbeuter +yaourt -S mosh + +sudo pacman -R clipit |