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 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

View File

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

View File

@ -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}`.