Compare commits
2 Commits
6fd0445936
...
1655b9dde3
Author | SHA1 | Date |
---|---|---|
Quentin Duchemin | 1655b9dde3 | |
Quentin Duchemin | bbd4981e42 |
2
.aliases
2
.aliases
|
@ -3,5 +3,3 @@ alias ap='ansible-playbook'
|
||||||
alias yey='yay -Syu --noconfirm'
|
alias yey='yay -Syu --noconfirm'
|
||||||
# Avoid losing stuff
|
# Avoid losing stuff
|
||||||
alias rm='rmtrash'
|
alias rm='rmtrash'
|
||||||
# Permit to rm if sure
|
|
||||||
alias rrm='rm'
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-icon-theme-name = Arc
|
gtk-icon-theme-name = Arc
|
||||||
gtk-theme-name = Arc-Dark
|
gtk-theme-name = Arc
|
||||||
gtk-font-name = Noto Sans 11
|
gtk-font-name = Noto Sans 11
|
||||||
gtk-application-prefer-dark-theme = true
|
gtk-application-prefer-dark-theme = true
|
||||||
gtk-can-change-accels = 1
|
gtk-can-change-accels = 1
|
||||||
|
|
|
@ -138,6 +138,7 @@ if [ ! -z "$INIT" ]; then
|
||||||
echo -e "* Ensure keyboard will still be in AZERTY mode when plugged/unplugged..."
|
echo -e "* Ensure keyboard will still be in AZERTY mode when plugged/unplugged..."
|
||||||
# This creates a Xorg configuration file
|
# This creates a Xorg configuration file
|
||||||
sudo localectl --no-convert set-x11-keymap fr
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -z ${ENV} ]; then
|
if [ ! -z ${ENV} ]; then
|
||||||
|
|
Loading…
Reference in New Issue