change shell to zsh more reliably, make use of login shell in gnome
terminal
This commit is contained in:
parent
aa44d8e71e
commit
513fa8dd65
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#software and shell
|
#software and shell
|
||||||
sudo yum install vim tmux atop zsh
|
sudo yum install vim tmux atop zsh
|
||||||
chsh -s /bin/zsh
|
sudo chsh -s `which zsh` $USER
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
@ -30,4 +30,6 @@ $DIR/gnome-terminal-colors-solarized/install.sh
|
||||||
#setting colors to solarized should result in the default proile with the following id set
|
#setting colors to solarized should result in the default proile with the following id set
|
||||||
#TODO: choose the profile dynamically
|
#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/font "'Inconsolata for Powerline Medium 18'"
|
||||||
|
dconf write /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/login-shell true
|
||||||
|
echo "now go ahead and restart Gnome session"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue