Files
lnx-arch/dots/bin/gitReposSoftlinker.sh
committer@tuxwarrior c8b915fa62 i3wm ➔ hyprland (wip)
still a way to go. but, i am moving in the right direction, at least.
2026-02-25 14:05:09 -05:00

13 lines
402 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul :: 24.08
this_file_name=`basename "$0"`
echo "$this_file_name"
# note: it is possible to create sym links / soft links to non-existing directories! hence, this can be done without having started pcloud.
ln -s /home/poq/pCloudDrive/repos/git/gitlab.com ~/syncDir/gitRepos/
ln -s /home/poq/pCloudDrive/repos/pCloud_nonGit ~/syncDir/gitRepos/
ls -al ~/syncDir/gitRepos/