diff options
author | neodarz <neodarz@neodarz.net> | 2017-04-04 11:22:35 +0000 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-04-04 11:22:35 +0000 |
commit | b22f72b3942fc3b72fd45075d25027ce9bf5c30c (patch) | |
tree | 78e28727b7016c6c4da706cb5e3eaf6fad57768b | |
parent | c77ecce721a77c9f0dcd8fdcfcf71c1368ea060b (diff) | |
download | dotfiles_ascii-b22f72b3942fc3b72fd45075d25027ce9bf5c30c.tar.xz dotfiles_ascii-b22f72b3942fc3b72fd45075d25027ce9bf5c30c.zip |
Add script install
-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 |