Remove unused tools
This commit is contained in:
parent
91855a0f26
commit
9ab09fa33e
2 changed files with 2 additions and 37 deletions
|
@ -14,39 +14,6 @@ pushd ~/.vim/spell
|
|||
wget -r -nH --cut-dirs=5 -nc ftp://ftp.vim.org//pub/vim/runtime/spell
|
||||
popd
|
||||
|
||||
|
||||
|
||||
touch ~/.zshrc-local
|
||||
|
||||
# Copy the graphical part if needed
|
||||
if [ "$1" == '--graphic' ]
|
||||
then
|
||||
rsync -av ./graphic/ ~/
|
||||
fc-cache -vf ~/.fonts
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Numix"
|
||||
gsettings set org.gnome.desktop.wm.preferences theme "Numix"
|
||||
gsettings set org.gnome.desktop.interface icon-theme 'Numix'
|
||||
gsettings set org.gnome.desktop.interface font-name 'Ubuntu 9'
|
||||
gsettings set org.gnome.desktop.interface monospace-font-name 'Ubuntu Mono for Powerline 9'
|
||||
gsettings set org.gnome.desktop.interface buttons-have-icons true
|
||||
gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix"
|
||||
gconftool-2 --type=string --set /apps/metacity/general/theme "Numix"
|
||||
gsettings set org.cinnamon.theme name 'Flatty flakes'
|
||||
#gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg"
|
||||
gsettings set org.cinnamon.desktop.background picture-options 'stretched'
|
||||
gsettings set org.cinnamon.desktop.background color-shading-type 'solid'
|
||||
gsettings set org.cinnamon.desktop.background primary-color '#000000'
|
||||
gsettings set org.cinnamon.desktop.background secondary-color '#000000'
|
||||
gsettings set org.cinnamon.desktop.interface gtk-theme "Numix"
|
||||
gsettings set org.cinnamon.desktop.interface icon-theme 'Numix'
|
||||
gsettings set org.cinnamon.desktop.interface font-name 'Ubuntu 9'
|
||||
gsettings set org.cinnamon.desktop.interface buttons-have-icons true
|
||||
gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 4
|
||||
gsettings set org.cinnamon.desktop.wm.preferences theme 'Numix'
|
||||
gsettings set org.cinnamon.desktop.wm.preferences titlebar-font 'Ubuntu Medium 10'
|
||||
gsettings set org.cinnamon.muffin.keybindings minimize "['<Primary><Alt>r']"
|
||||
fi
|
||||
|
||||
# ZSH plugins
|
||||
mkdir -p ~/.zsh/vendor
|
||||
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/vendor/zsh-syntax-highlighting
|
||||
|
@ -208,7 +175,5 @@ git clone https://github.com/wavded/vim-stylus.git ~/.vim/pack/shapeshed/start/v
|
|||
rm -rf ~/.vim/pack/shapeshed/start/vim-gdscript3
|
||||
git clone https://github.com/calviken/vim-gdscript3.git ~/.vim/pack/shapeshed/start/vim-gdscript3
|
||||
|
||||
if [ -e ../homes-private/update-home.sh ]
|
||||
then
|
||||
source ../homes-private/update-home.sh
|
||||
fi
|
||||
rm -rf ~/.vim/pack/shapeshed/start/vim-openscad
|
||||
git clone https://github.com/sirtaj/vim-openscad.git ~/.vim/pack/shapeshed/start/vim-openscad
|
||||
|
|
Loading…
Reference in a new issue