fix: installs

- skip docker setup
- no sudo in stow
- brew variables
- ssh logs
- node 20->22
This commit is contained in:
2025-05-19 23:09:17 +03:00
parent 82aa058ef5
commit 11e2bc95a7
5 changed files with 34 additions and 9 deletions

View File

@@ -28,6 +28,6 @@ rm -f $HOME/.ssh/config
mkdir -p $HOME/.config
mkdir -p $HOME/.ssh
sudo stow --dir="$root_dir/files" --target="$HOME" home
sudo stow --dir="$root_dir/files" --target="$HOME/.config" dot-config
sudo stow --dir="$root_dir/files" --target="$HOME/.ssh" dot-ssh
stow --dir="$root_dir/files" --target="$HOME" home
stow --dir="$root_dir/files" --target="$HOME/.config" dot-config
stow --dir="$root_dir/files" --target="$HOME/.ssh" dot-ssh