diff --git a/.config/bootstrap/config b/.config/bootstrap/config index 12a4699..a008951 100644 --- a/.config/bootstrap/config +++ b/.config/bootstrap/config @@ -18,6 +18,7 @@ neofetch network-manager-applet networkmanager noto-fonts-emoji +numlockx obsidian oh-my-zsh-git pacman-contrib diff --git a/.config/bootstrap/config_common b/.config/bootstrap/config_common index a008951..322b684 100644 --- a/.config/bootstrap/config_common +++ b/.config/bootstrap/config_common @@ -7,6 +7,7 @@ dunst feh firefox flameshot +htop i3-wm i3lock-color jq diff --git a/README.md b/README.md index 3871078..943ab25 100644 --- a/README.md +++ b/README.md @@ -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 +exec env WM_RESTART=1 ~/.init_config.sh ``` And then `chmod +x ~/.cfg/hooks/{post-merge,pre-push}`.