diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml
new file mode 100644
index 0000000..dbba1a9
--- /dev/null
+++ b/.config/alacritty/alacritty.toml
@@ -0,0 +1,22 @@
+[window]
+
+decorations = "Full"
+decorations_theme_variant = "Dark" # "Dark"
+padding.x = 2
+padding.y = 2
+opacity = 0.9
+
+[font]
+
+normal.family = "Source Code Pro"
+bold.family = "Source Code Pro"
+italic.family = "Source Code Pro"
+bold_italic.family = "Source Code Pro"
+
+size = 11.0
+
+[cursor]
+
+style.shape = "Beam"
+vi_mode_style.shape = "Block"
+thickness = 0.2