fonts installation added to install script
This commit is contained in:
parent
39d9d85c95
commit
aa44d8e71e
1 changed files with 11 additions and 0 deletions
|
@ -14,9 +14,20 @@ ln -s "$DIR/.oh-my-zsh" ~/.
|
|||
ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||
ln -s "$DIR/tools" ~/
|
||||
|
||||
#install fonts
|
||||
mkdir ~/.fonts
|
||||
cp -rv "$DIR/fonts" ~/.fonts
|
||||
fc-cache
|
||||
|
||||
#fetch dependencies
|
||||
cd $DIR
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
#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'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue