terminator as default terminal emulator udner ubuntu
This commit is contained in:
parent
a3f38d11dd
commit
36be418638
2 changed files with 3 additions and 12 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue