summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf2
-rw-r--r--.vimrc2
-rw-r--r--Makefile2
-rw-r--r--alacritty.toml4
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"