aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-22 10:40:01 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-22 10:40:01 +0100
commit1659eb925779c64587017a431f7f80a8cfe75d7d (patch)
tree2c3ad6a53b67d8fd16049d8d6df514727621b08a
parent2ad534222d67dadb65ca20d379c9153f87653237 (diff)
downloaddotfiles-1659eb925779c64587017a431f7f80a8cfe75d7d.tar.gz
Added zellij config
-rw-r--r--README.md1
-rw-r--r--alacritty.yml20
-rwxr-xr-xshenanigans.sh1
3 files changed, 22 insertions, 0 deletions
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
9Then create symbolic links to actual config files. 9Then create symbolic links to actual config files.
10 10
11```sh 11```sh
12ln -s ~/.dotfiles/alacritty.yml ~/.alacritty.yml
12ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh 13ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
13ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml 14ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml
14ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf 15ln -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 @@
1env:
2 TERM: xterm-256color
3
4window:
5 dimensions:
6 columns: 130
7 lines: 60
8
9font:
10 size: 14
11 normal:
12 family: Berkeley Mono
13 bold:
14 family: Berkeley Mono
15 italic:
16 family: Berkeley Mono
17
18colors:
19 primary:
20 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'
35alias grep='grep --color=always' 35alias grep='grep --color=always'
36alias less='less -R' 36alias less='less -R'
37alias gg='lazygit' 37alias gg='lazygit'
38alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode'
38alias server='python3 -m http.server 6969' 39alias server='python3 -m http.server 6969'
39 40
40# Custom folder jump commands. 41# Custom folder jump commands.