aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-08-23 20:43:39 +0200
committerNeodarZ <neodarz@neodarz.net>2017-08-23 20:43:39 +0200
commit8818aa2b854d76f20877699f7cdc38b823561306 (patch)
tree28d3b7b670217b8c24c472e4d8edc51e73702ee9 /install.sh
parente2547aa60f57b0189253e40eb8529bd42e98d9e0 (diff)
downloaddotfiles_ascii-8818aa2b854d76f20877699f7cdc38b823561306.tar.xz
dotfiles_ascii-8818aa2b854d76f20877699f7cdc38b823561306.zip
Exemple auto install script
Diffstat (limited to 'install.sh')
-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