Add forgotten bootstrap packages

master
Quentin Duchemin 2023-02-18 22:45:23 +01:00
parent 3d02d9f41d
commit bfbe0747a6
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
3 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ neofetch
network-manager-applet
networkmanager
noto-fonts-emoji
numlockx
obsidian
oh-my-zsh-git
pacman-contrib

View File

@ -7,6 +7,7 @@ dunst
feh
firefox
flameshot
htop
i3-wm
i3lock-color
jq

View File

@ -130,7 +130,7 @@ You want to add files named `post-merge` **and** `pre-push` in `~/.cfg/hooks` wi
```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}`.