cryptix@discuss.tchncs.de to Linux@lemmy.ml · 10 months agoYour favorite linux projects for weekendmessage-squaremessage-square8fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareYour favorite linux projects for weekendcryptix@discuss.tchncs.de to Linux@lemmy.ml · 10 months agomessage-square8fedilinkfile-text
I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂
minus-squarebloopernova@programming.devlinkfedilinkEnglisharrow-up3·10 months agoCreate a dotfiles repo in git. Gives you a way to track changes to your .bashrc or .zshrc
minus-squarebloopernova@programming.devlinkfedilinkEnglisharrow-up2·10 months 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-squareRanceMcGrew@infosec.publinkfedilinkEnglisharrow-up2·10 months 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
Create a dotfiles repo in git. Gives you a way to track changes to your .bashrc or .zshrc
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.
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.