Compare commits

..

No commits in common. "1655b9dde3512046020dd58ed4b36c336ab5d6b3" and "ba6ecc507009dd18639239afc95105a96b201b00" have entirely different histories.

3 changed files with 3 additions and 2 deletions

View File

@ -3,3 +3,5 @@ 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
gtk-theme-name = Arc-Dark
gtk-font-name = Noto Sans 11
gtk-application-prefer-dark-theme = true
gtk-can-change-accels = 1

View File

@ -138,7 +138,6 @@ 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