From 36be418638718b6aa11ff4c552a2dcd21258096a Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 3 Jan 2015 15:42:17 +0100 Subject: [PATCH] terminator as default terminal emulator udner ubuntu --- install_common.sh | 13 ++----------- install_ubuntu.sh | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/install_common.sh b/install_common.sh index a64c1ae6..f3be1f26 100755 --- a/install_common.sh +++ b/install_common.sh @@ -22,8 +22,8 @@ ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig ln -vfs "$DIR/tools" ~/ # stuff that does not like symbolic links +mkdir -vp ~/.config/terminator rm -f ~/.config/terminator/config -mkdir -p "~/.config/terminator" ln "$DIR/.config/terminator/config" ~/.config/terminator/config #install fonts @@ -32,6 +32,7 @@ cp -rv "$DIR/fonts" ~/.fonts fc-cache #rvm +gpg --recv-keys BF04FF17 curl -sSL https://get.rvm.io | bash -s stable source $HOME/.rvm/scripts/rvm rvm install ruby @@ -40,16 +41,6 @@ rvm install ruby sudo ln -s /usr/bin/nodejs /usr/bin/node sudo npm install -g reveal-md -#set solarized scheme -$DIR/gnome-terminal-colors-solarized/install.sh - -#setting colors to solarized should result in the default proile with the following id set -#TODO: choose the profile dynamically -dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/font "'Inconsolata for Powerline Medium 18'" -dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/login-shell true -dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/audible-bell false -dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/use-system-font false - echo echo "now go ahead and restart Gnome session" diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 5436099a..c10f5148 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo apt-get update sudo apt-get full-upgrade -sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm +sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm terminator DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" $DIR/install_common.sh