@[email protected] to [email protected] • 1 year agoYour favorite linux projects for weekendmessage-square47fedilinkarrow-up1100
arrow-up1100message-squareYour favorite linux projects for weekend@[email protected] to [email protected] • 1 year agomessage-square47fedilink
I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂
minus-square@[email protected]linkfedilinkEnglish12•1 year agoWith extra bonus: write an installer script that symlinks the files to the correct place. Use Ansible, plain old Bash, or Python depending on your preference.
minus-squarelemmyvorelinkfedilinkEnglish2•1 year agoWhen in doubt always do a git init . and a git add, git commit every once in a while. You’ll never regret it.
minus-square@[email protected]linkfedilinkEnglish5•1 year ago rcm https://github.com/thoughtbot/rcm rcm will do symlinking for you and is pretty awesome. Been using it for this purpose for years
With extra bonus: write an installer script that symlinks the files to the correct place. Use Ansible, plain old Bash, or Python depending on your preference.
deleted by creator
When in doubt always do a
git init .
and a git add, git commit every once in a while. You’ll never regret it.https://github.com/thoughtbot/rcm
rcm will do symlinking for you and is pretty awesome. Been using it for this purpose for years
Or GNU stow.