Updates colors theme to be less harmfull
This commit is contained in:
@@ -20,6 +20,9 @@ function run() {
|
||||
$@
|
||||
}
|
||||
|
||||
function load_gnome_terminal_profiles() {
|
||||
run dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf
|
||||
}
|
||||
|
||||
function install_home() {
|
||||
for f in $files
|
||||
@@ -33,6 +36,7 @@ function install_home() {
|
||||
run ln -sf $(this_script_root_dir)/$f $HOME/$f
|
||||
done
|
||||
run ln -sf $(this_script_root_dir)/.tmux/.tmux.conf $HOME/.tmux.conf
|
||||
load_gnome_terminal_profiles
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user