diff --git a/README.md b/README.md index 286bcfdf24b4d2ae401a48e9ebd6d50d6c8b926d..8ad5eae5318c28d3f25055974095fcea3141f1f4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ 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 0000000000000000000000000000000000000000..0710cb415df47d4eb354808df1870fb5fcde7bfb --- /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 11b3194cc995dd969473da8483bfdb4cedaccd06..8b92d24c031cc988b3942bef4a75fcab3fcaa5ba 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.