aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh43
1 files changed, 43 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..c4f922e
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,43 @@
+#!/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
+
+#sudo stow -t / fonts-etc
+
+#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/
+
+#stow vim
+
+#git clone https://github.com/VundleVim/Vundle.vim.git vim/.vim/bundle/Vundle.vim
+#vim +PluginInstall +qall