Refactor a few things

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent 33976f54a7
commit 853c9522e7
6 changed files with 16 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/zsh
if [[ ! -d $HOME/bin ]]; then
mkdir $HOME/bin
fi
[[ ! -d $HOME/bin ]] && mkdir $HOME/bin
[[ ! -d $HOME/.config ]] && mkdir $HOME/.config
[[ ! -d $HOME/.local ]] && mkdir $HOME/.local