diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b2eb0cb..4451559 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1,3 +1,5 @@ +env: + TERM: xterm-256color font: # The size to use. size: 12 @@ -6,6 +8,23 @@ font: family: "MesloLGS NF" # Style can be specified to pick a specific face. 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: # Default colors @@ -34,3 +53,9 @@ colors: magenta: '0xad7fa8' cyan: '0x34e2e2' white: '0xeeeeec' + +shell: + program: /usr/local/bin/tmux + +alt_send_esc: false +live_config_reload: true diff --git a/clone_and_link_mac.sh b/clone_and_link_mac.sh index 9c8ab83..1f67d29 100755 --- a/clone_and_link_mac.sh +++ b/clone_and_link_mac.sh @@ -14,4 +14,5 @@ ln -Tsv $PWD/tmux $HOME/.tmux ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf mkdir -p $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