Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
e8460b3515
2 changed files with 4 additions and 1 deletions
|
@ -30,4 +30,4 @@ abbr grp "git remote prune origin"
|
|||
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
|
||||
abbr ls "eza --icons=auto"
|
||||
abbr topgrade "topgrade; pacman-clean"
|
||||
abbr run "for i in (seq 100); ./my_program; end"
|
||||
abbr run "for i in (seq 100); ./program; end"
|
||||
|
|
|
@ -73,6 +73,9 @@ main() {
|
|||
|
||||
# Bat theme
|
||||
sed -i "s/Dracula/Solarized (light)/g" "$HOME"/.config/bat/config
|
||||
|
||||
# Gnome fix theme TODO: Is this necessary? need some research
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'
|
||||
;;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue