From 8818aa2b854d76f20877699f7cdc38b823561306 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Wed, 23 Aug 2017 20:43:39 +0200 Subject: Exemple auto install script --- install.sh | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 install.sh (limited to 'install.sh') 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 -- cgit v1.2.1