Skip to content

Commit

Permalink
Add toml config for alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
airled committed Jul 22, 2024
1 parent f2d4375 commit 75ccdea
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[colors.normal]
black = "#000000"
blue = "#0000dd"
cyan = "#8abeb7"
green = "#009900"
magenta = "#b294bb"
red = "#aa0000"
white = "#ffffff"
yellow = "#f0c674"

[colors.primary]
background = "#080524"
foreground = "#ffffff"

[font]
size = 11.0

[selection]
save_to_clipboard = true

[window]
dynamic_title = true
startup_mode = "Maximized"
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ alias gst='git stash'
alias gstp='git stash pop'
alias routes='bundle exec rails routes'
alias phs='mix phoenix.server'
alias fda='fd -HI'
alias fda='fdfind -HI'
alias dfh='df -hT | { read -r line; echo "$line"; sort -k 7,7; }'
alias tf='tail -f'
alias j='journalctl -fu'
Expand Down

0 comments on commit 75ccdea

Please sign in to comment.