Compare commits

...

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -31,3 +31,4 @@ ledger
cmus
yt-dlp
python-pip
man-db

View File

@ -3,9 +3,9 @@
modules=$(awk -F' = ' '/path/ {print $2}' .gitmodules)
mkdir -p "$HOME/gitt"
mkdir -p "$HOME/git"
for i in $modules; do
ln -sf "$(pwd)/$i" "$HOME/gitt/"
ln -sf "$(pwd)/$i" "$HOME/git/"
done
if [ -f /etc/arch-release ]; then