Skip to content

Commit 988ed89

Browse files
authored
Wezterm (#11)
1 parent d3b3a90 commit 988ed89

17 files changed

Lines changed: 221 additions & 742 deletions

File tree

Makefile

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
is_4k=$$(xrandr | grep "current 3840")
22

3-
.PHONY: all alacritty leftwm eww desktop nushell nvim rofi tmux X starship zellij
3+
.PHONY: all leftwm eww desktop nushell nvim rofi starship tmux wezterm X
44

55
farout: THEME = farout
66
farout: all
77

88
nord: THEME = nord
99
nord: all
1010

11-
all: alacritty nushell nvim rofi tmux X starship zellij desktop
12-
13-
alacritty:
14-
mkdir -p ~/.config/alacritty
15-
ln -snf ~/git/dots/alacritty/* --target-directory ~/.config/alacritty
16-
sed -i -r --follow-symlink 's/(colors:).*/\1 *$(THEME)/' ~/.config/alacritty/alacritty.yml
17-
@if [[ $(is_4k) ]]; then\
18-
sed -i -r --follow-symlink 's/(size:).*/\1 *size_4k/' ~/.config/alacritty/alacritty.yml;\
19-
else\
20-
sed -i -r --follow-symlink 's/(size:).*/\1 *size_regular/' ~/.config/alacritty/alacritty.yml;\
21-
fi
22-
11+
all: nushell nvim rofi tmux X starship desktop
2312

2413
leftwm:
2514
mkdir -p ~/.config/leftwm
@@ -72,13 +61,10 @@ starship:
7261
tmux:
7362
ln -snf ~/git/dots/tmux/.tmux.conf ~/.tmux.conf
7463

64+
wezterm:
65+
mkdir -p ~/.config/wezterm/
66+
ln -snf ~/git/dots/wezterm/* --target-directory ~/.config/wezterm
67+
7568
X:
7669
ln -snf ~/git/dots/X/.xinitrc ~/.xinitrc
7770
ln -snf ~/git/dots/X/$(THEME)-Xresources ~/.Xresources
78-
79-
zellij:
80-
mkdir -p ~/.config/zellij
81-
ln -snf ~/git/dots/zellij/config.kdl ~/.config/zellij/config.kdl
82-
ln -snf ~/git/dots/zellij/layout.kdl ~/.config/zellij/layout.kdl
83-
ln -snf ~/git/dots/zellij/pde-layout.kdl ~/.config/zellij/pde-layout.kdl
84-
sed -i -r --follow-symlink 's/(theme ").*"/\1$(THEME)"/' ~/.config/zellij/config.kdl

_scripts/arch-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ fi
200200
if [[ $start_point -eq 7 && $start_point -le $end_point ]]; then
201201
installation_header "Installing terminal stuff"
202202

203-
as_user paru -Sy --noconfirm alacritty tmux starship nushell
203+
as_user paru -Sy --noconfirm wezterm starship nushell
204204

205205
usermod $username -s /usr/bin/nu
206206

0 commit comments

Comments
 (0)