Updates colors theme to be less harmfull

This commit is contained in:
2022-01-20 11:22:18 +01:00
parent 3f6e8f3fbf
commit 0e2bc8689a
4 changed files with 43 additions and 24 deletions

View File

@@ -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
}