Compare commits

...

2 Commits

Author SHA1 Message Date
Quentin Duchemin 1655b9dde3
Solve circular rm aliases 2023-12-18 14:30:12 +01:00
Quentin Duchemin bbd4981e42
Switch to light theme 2023-12-18 14:26:41 +01:00
3 changed files with 2 additions and 3 deletions

View File

@ -3,5 +3,3 @@ alias ap='ansible-playbook'
alias yey='yay -Syu --noconfirm'
# Avoid losing stuff
alias rm='rmtrash'
# Permit to rm if sure
alias rrm='rm'

View File

@ -1,6 +1,6 @@
[Settings]
gtk-icon-theme-name = Arc
gtk-theme-name = Arc-Dark
gtk-theme-name = Arc
gtk-font-name = Noto Sans 11
gtk-application-prefer-dark-theme = true
gtk-can-change-accels = 1

View File

@ -138,6 +138,7 @@ if [ ! -z "$INIT" ]; then
echo -e "* Ensure keyboard will still be in AZERTY mode when plugged/unplugged..."
# This creates a Xorg configuration file
sudo localectl --no-convert set-x11-keymap fr
echo -e "* Create a symlink rrm → rm (rm will be an alias to rmtrash) in zsh"
fi
if [ ! -z ${ENV} ]; then