Merge branch 'main'

This commit is contained in:
clsty 2024-02-17 23:11:25 +08:00
commit 5ea8ed44e1
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,9 @@ if test -f ~/.cache/ags/user/colorschemes/sequences
cat ~/.cache/ags/user/colorschemes/sequences
end
alias yay=paru
alias pamcan=pacman
# function fish_prompt
# set_color cyan; echo (pwd)
# set_color green; echo '> '

View file

@ -42,6 +42,7 @@ install-Rubik (){
x sudo mkdir -p /usr/local/share/licenses/ttf-rubik/
x sudo cp OFL.txt /usr/local/share/licenses/ttf-rubik/LICENSE
x fc-cache -fv
x gsettings set org.gnome.desktop.interface font-name 'Rubik 11'
x cd $base
}