diff options
| -rw-r--r-- | .tmux.conf | 2 | ||||
| -rw-r--r-- | .vimrc | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | alacritty.toml | 4 |
4 files changed, 6 insertions, 4 deletions
@@ -4,3 +4,5 @@ set -g base-index 1 setw -g pane-base-index 1 set -g status-style bg="#93B259",fg="#5C6A72" + +set-option -g default-shell /bin/zsh @@ -1,5 +1,3 @@ -source ~/.config/vim/everforest.vim - set nocompatible set number set relativenumber @@ -12,5 +12,5 @@ install: deps: # At this point I assume I have a working i3 instance - doas apk add font-jetbrains-mono-nerd vim tmux rofi git + doas apk add font-jetbrains-mono-nerd vim tmux rofi git zsh git clone https://github.com/sainnhe/everforest diff --git a/alacritty.toml b/alacritty.toml index fad2ba8..75c92d8 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -6,5 +6,7 @@ background = "#F2EFDF" foreground = "#5C6A72" [font] -size = 12 normal = { family = "JetBrainsMono Nerd Font", style = "Bald" } + +[terminal.shell] +program = "/bin/zsh" |
