Add alacritty config for macos

This commit is contained in:
Fabian Ising
2022-07-06 11:41:32 +02:00
parent cd1f0ada29
commit 916095cebd
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
env:
TERM: xterm-256color
font: font:
# The size to use. # The size to use.
size: 12 size: 12
@@ -6,6 +8,23 @@ font:
family: "MesloLGS NF" family: "MesloLGS NF"
# Style can be specified to pick a specific face. # Style can be specified to pick a specific face.
style: Regular style: Regular
bold:
family: "MesloLGS NF"
# Style can be specified to pick a specific face.
style: Bold
bold:
family: "MesloLGS NF"
# Style can be specified to pick a specific face.
style: Bold
window:
dynamic_title: true
padding:
x: 0
y: 0
scrolling:
history: 0
colors: colors:
# Default colors # Default colors
@@ -34,3 +53,9 @@ colors:
magenta: '0xad7fa8' magenta: '0xad7fa8'
cyan: '0x34e2e2' cyan: '0x34e2e2'
white: '0xeeeeec' white: '0xeeeeec'
shell:
program: /usr/local/bin/tmux
alt_send_esc: false
live_config_reload: true

View File

@@ -14,4 +14,5 @@ ln -Tsv $PWD/tmux $HOME/.tmux
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
mkdir -p $HOME/.config/nvim mkdir -p $HOME/.config/nvim
ln -Tsv $PWD/nvim $HOME/.config/nvim ln -Tsv $PWD/nvim $HOME/.config/nvim
ln -Tsv $PWD/.config/alacritty $HOME/.config/alacritty
ln -Tsv $PWD/zsh/.p10k.mac.zsh.example $PWD/zsh/.p10k.mac.zsh ln -Tsv $PWD/zsh/.p10k.mac.zsh.example $PWD/zsh/.p10k.mac.zsh