From 531c6697d13f19ca9190de2be6476e9a651bf65c Mon Sep 17 00:00:00 2001 From: "phy@shitbook" Date: Mon, 6 Apr 2026 23:05:51 +0500 Subject: zsh support --- .tmux.conf | 2 ++ .vimrc | 2 -- Makefile | 2 +- alacritty.toml | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 793d280..ea18a04 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/.vimrc b/.vimrc index f298d04..5191c12 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,3 @@ -source ~/.config/vim/everforest.vim - set nocompatible set number set relativenumber diff --git a/Makefile b/Makefile index e1bb712..9165571 100644 --- a/Makefile +++ b/Makefile @@ -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" -- cgit v1.3