deplalcement script dans sous dossier script
This commit is contained in:
parent
27f304513c
commit
6a1168541a
4
script/script/customOhMyZsh.zsh
Executable file
4
script/script/customOhMyZsh.zsh
Executable file
@ -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
|
4
script/script/i3.sh
Executable file
4
script/script/i3.sh
Executable file
@ -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
|
6
script/script/pluginsvim.sh
Executable file
6
script/script/pluginsvim.sh
Executable file
@ -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
|
11
script/script/powerlinefont.sh
Executable file
11
script/script/powerlinefont.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user