From 6a1168541af3c947c304e4c8ae74ac14a7032f00 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 4 Jun 2018 20:37:32 +0200 Subject: [PATCH] deplalcement script dans sous dossier script --- script/script/customOhMyZsh.zsh | 4 ++++ script/script/i3.sh | 4 ++++ script/script/pluginsvim.sh | 6 ++++++ script/script/powerlinefont.sh | 11 +++++++++++ 4 files changed, 25 insertions(+) create mode 100755 script/script/customOhMyZsh.zsh create mode 100755 script/script/i3.sh create mode 100755 script/script/pluginsvim.sh create mode 100755 script/script/powerlinefont.sh diff --git a/script/script/customOhMyZsh.zsh b/script/script/customOhMyZsh.zsh new file mode 100755 index 0000000..af4a6ae --- /dev/null +++ b/script/script/customOhMyZsh.zsh @@ -0,0 +1,4 @@ +zsh='/usr/share/oh-my-zsh/custom' +cd $zsh/plugins +git clone https://github.com/chrissicool/zsh-256color + git clone https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/script/script/i3.sh b/script/script/i3.sh new file mode 100755 index 0000000..56525c7 --- /dev/null +++ b/script/script/i3.sh @@ -0,0 +1,4 @@ + +pacman -Sy i3-gaps feh +pacman -SY light pamixer dunst rofi mpc arandr ttf-font-awesome-5 +yaourt aarchup polybar keepass2-plugin-tray-icon diff --git a/script/script/pluginsvim.sh b/script/script/pluginsvim.sh new file mode 100755 index 0000000..cfb385e --- /dev/null +++ b/script/script/pluginsvim.sh @@ -0,0 +1,6 @@ +#!/bin/bash +rep=~/.vim/bundle/ +cd $rep +git clone https://github.com/scrooloose/nerdcommenter +git clone https://github.com/vim-syntastic/syntastic +git clone https://github.com/flazz/vim-colorschemes diff --git a/script/script/powerlinefont.sh b/script/script/powerlinefont.sh new file mode 100755 index 0000000..d43c9ee --- /dev/null +++ b/script/script/powerlinefont.sh @@ -0,0 +1,11 @@ + +sudo pacman -S zsh-theme-powerlevel9K +sudo pip install powerline-status +cd ~/conf2 +git clone https://github.com/powerline/fonts.git --depth=1 +# install +cd fonts +./install.sh +# clean-up a bit +cd .. +rm -rf fonts