Browse Source

fix: copy status scripts to /usr/local/bin

master
Tovi Jaeschke-Rogers 5 days ago
parent
commit
5cf67d6e21
2 changed files with 4 additions and 1 deletions
  1. +2
    -0
      post-install.sh
  2. +2
    -1
      user_configuration.json

+ 2
- 0
post-install.sh View File

@ -104,6 +104,8 @@ git clone https://git.tovijaeschke.xyz/tovi/dotfiles.git /home/tovi/.dotfiles/
chown -R tovi:tovi /home/tovi/.dotfiles
su -c "cd ~/.dotfiles/ && stow ." tovi
cp /home/tovi/.dotfiles/.local/bin/status-* /usr/local/bin/
echo 'ZDOTDIR=$HOME/.config/zsh' > /etc/zsh/zshenv
chsh -s /bin/zsh tovi


+ 2
- 1
user_configuration.json View File

@ -153,7 +153,8 @@
"xorg-xinit",
"libxinerama",
"dunst",
"ttf-jetbrains-mono-nerd"
"ttf-jetbrains-mono-nerd",
"fzf"
],
"parallel downloads": 5,
"profile_config": {


Loading…
Cancel
Save