From b22f72b3942fc3b72fd45075d25027ce9bf5c30c Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 4 Apr 2017 11:22:35 +0000 Subject: Add script install --- install.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 install.sh 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 -- cgit v1.2.1