Refactor a few things

This commit is contained in:
2025-01-12 14:30:08 -06:00
parent 1340729f50
commit 7cda3112e0
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