From 1659eb925779c64587017a431f7f80a8cfe75d7d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 22 Mar 2024 10:40:01 +0100 Subject: Added zellij config --- README.md | 1 + alacritty.yml | 20 ++++++++++++++++++++ shenanigans.sh | 1 + 3 files changed, 22 insertions(+) create mode 100644 alacritty.yml diff --git a/README.md b/README.md index 286bcfd..8ad5eae 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles Then create symbolic links to actual config files. ```sh +ln -s ~/.dotfiles/alacritty.yml ~/.alacritty.yml ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf diff --git a/alacritty.yml b/alacritty.yml new file mode 100644 index 0000000..0710cb4 --- /dev/null +++ b/alacritty.yml @@ -0,0 +1,20 @@ +env: + TERM: xterm-256color + +window: + dimensions: + columns: 130 + lines: 60 + +font: + size: 14 + normal: + family: Berkeley Mono + bold: + family: Berkeley Mono + italic: + family: Berkeley Mono + +colors: + primary: + background: "#161616" diff --git a/shenanigans.sh b/shenanigans.sh index 11b3194..8b92d24 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -35,6 +35,7 @@ alias x='exit' alias grep='grep --color=always' alias less='less -R' alias gg='lazygit' +alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode' alias server='python3 -m http.server 6969' # Custom folder jump commands. -- cgit v1.2.3