diff --git a/template-pi.sh b/template-pi.sh
index 227e4cc..097c473 100644
--- a/template-pi.sh
+++ b/template-pi.sh
@@ -20,6 +20,10 @@ sudo dnf install mozilla-ublock-origin
# Codecs
sudo dnf install ffmpeg --allowerasing
+# User configuration
+sudo mkdir -p /rw/usrlocal/etc/skel/.config
+sudo cp -r usrconfig/. /rw/usrlocal/etc/skel/.config/
+
# MPV
sudo dnf install mpv
sudo mkdir -p /rw/usrlocal/etc/mpv
@@ -30,7 +34,8 @@ sudo mkdir -p /rw/usrlocal/etc/firefox/policies
sudo cp policies.json /rw/usrlocal/etc/firefox/policie/
# Software
-sudo dnf install gimp inkscape libreoffice qbittorrent
+sudo dnf install alacritty gimp inkscape libreoffice qbittorrent
# Development
sudo dnf install helix php-cli php-pdo composer sqlite
+
diff --git a/usrconfig/alacritty/alacritty.toml b/usrconfig/alacritty/alacritty.toml
new file mode 100644
index 0000000..080a6bf
--- /dev/null
+++ b/usrconfig/alacritty/alacritty.toml
@@ -0,0 +1,4 @@
+[general]
+import = [
+ "~/.config/alacritty/themes/themes/monokai_pro.toml"
+]
diff --git a/usrconfig/alacritty/themes/monokai_pro.toml b/usrconfig/alacritty/themes/monokai_pro.toml
new file mode 100644
index 0000000..e434900
--- /dev/null
+++ b/usrconfig/alacritty/themes/monokai_pro.toml
@@ -0,0 +1,26 @@
+# Default colors
+[colors.primary]
+background = '#2D2A2E'
+foreground = '#fff1f3'
+
+# Normal colors
+[colors.normal]
+black = '#2c2525'
+red = '#fd6883'
+green = '#adda78'
+yellow = '#f9cc6c'
+blue = '#f38d70'
+magenta = '#a8a9eb'
+cyan = '#85dacc'
+white = '#fff1f3'
+
+# Bright colors
+[colors.bright]
+black = '#72696a'
+red = '#fd6883'
+green = '#adda78'
+yellow = '#f9cc6c'
+blue = '#f38d70'
+magenta = '#a8a9eb'
+cyan = '#85dacc'
+white = '#fff1f3'
diff --git a/usrconfig/helix/config.toml b/usrconfig/helix/config.toml
new file mode 100644
index 0000000..8c18f15
--- /dev/null
+++ b/usrconfig/helix/config.toml
@@ -0,0 +1,2 @@
+# Theme
+theme = "monokai_pro"
diff --git a/usrconfig/xfce4/helpers.rc b/usrconfig/xfce4/helpers.rc
new file mode 100644
index 0000000..2c6b47a
--- /dev/null
+++ b/usrconfig/xfce4/helpers.rc
@@ -0,0 +1,2 @@
+TerminalEmulator=alacritty
+
diff --git a/usrconfig/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/usrconfig/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
new file mode 100644
index 0000000..4f40a74
--- /dev/null
+++ b/usrconfig/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/usrconfig/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/usrconfig/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
new file mode 100644
index 0000000..e3c8d80
--- /dev/null
+++ b/usrconfig/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+