From 9ab09fa33ecb8b4b2d58f922c57e900696c2b498 Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Sun, 2 Jan 2022 01:15:06 +0100 Subject: [PATCH] Remove unused tools --- common/.aliases | 0 update-home.sh | 39 ++------------------------------------- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 common/.aliases diff --git a/common/.aliases b/common/.aliases deleted file mode 100644 index e69de29..0000000 diff --git a/update-home.sh b/update-home.sh index 6dad601..992b8ba 100755 --- a/update-home.sh +++ b/update-home.sh @@ -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 "['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