Skip to content

Commit

Permalink
feat: add alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
nsetyo committed Jan 5, 2024
1 parent 9cc9f41 commit 3bb0c5e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "config/alacritty/themes"]
path = config/alacritty/themes
url = https://github.com/alacritty/alacritty-theme
1 change: 1 addition & 0 deletions config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import = ["/home/nsetyo/.config/alacritty/linux.toml"]
6 changes: 6 additions & 0 deletions config/alacritty/common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[window]
padding = { x = 8, y = 4 }
opacity = 0.9

[font]
size = 11
Empty file added config/alacritty/linux.toml
Empty file.
1 change: 1 addition & 0 deletions config/alacritty/themes
Submodule themes added at b7a59c
5 changes: 5 additions & 0 deletions config/alacritty/windows.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[shell]
program = "debian"

[font]
normal = { family = "FiraCode Nerd Font" }
2 changes: 1 addition & 1 deletion install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
- link:
~/.aliases: aliases
~/.bashrc: bashrc
~/.config/alacritty: config/alacritty
~/.config/betterlockscreenrc: config/betterlockscreenrc
~/.config/gammastep: config/gammastep
~/.config/gtk-3.0: config/gtk-3.0
~/.config/i3: config/i3
~/.config/kitty: config/kitty
~/.config/mako: config/mako
~/.config/mpv: config/mpv
~/.config/nvim/lua/custom: config/nvim
~/.config/polybar: config/polybar
~/.config/sway: config/sway
~/.config/swaylock: config/swaylock
Expand Down

0 comments on commit 3bb0c5e

Please sign in to comment.