diff options
| author | phy@shitbook <mynameisgennadiy@vk.com> | 2026-04-06 23:05:51 +0500 |
|---|---|---|
| committer | phy@shitbook <mynameisgennadiy@vk.com> | 2026-04-06 23:05:51 +0500 |
| commit | 531c6697d13f19ca9190de2be6476e9a651bf65c (patch) | |
| tree | 9eabf27ea2a0db2b112044aaf300cfc058d22538 | |
| parent | 087ddd566632d568cd59b499ec36a882e41a236e (diff) | |
| -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" |
