Add forgotten bootstrap packages
parent
3d02d9f41d
commit
bfbe0747a6
|
@ -18,6 +18,7 @@ neofetch
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
networkmanager
|
networkmanager
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
numlockx
|
||||||
obsidian
|
obsidian
|
||||||
oh-my-zsh-git
|
oh-my-zsh-git
|
||||||
pacman-contrib
|
pacman-contrib
|
||||||
|
|
|
@ -7,6 +7,7 @@ dunst
|
||||||
feh
|
feh
|
||||||
firefox
|
firefox
|
||||||
flameshot
|
flameshot
|
||||||
|
htop
|
||||||
i3-wm
|
i3-wm
|
||||||
i3lock-color
|
i3lock-color
|
||||||
jq
|
jq
|
||||||
|
|
|
@ -130,7 +130,7 @@ You want to add files named `post-merge` **and** `pre-push` in `~/.cfg/hooks` wi
|
||||||
```sh
|
```sh
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec WM_RESTART=1 ~/.init_config.sh <env>
|
exec env WM_RESTART=1 ~/.init_config.sh <env>
|
||||||
```
|
```
|
||||||
|
|
||||||
And then `chmod +x ~/.cfg/hooks/{post-merge,pre-push}`.
|
And then `chmod +x ~/.cfg/hooks/{post-merge,pre-push}`.
|
||||||
|
|
Loading…
Reference in New Issue