clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

+1 -1
+1 -1
backup_dotfiles_mj.sh
··· 1 1 #all configs 2 - cp -r ~/.conf/* ~/configs/dotfiles/micro-journal/ 2 + cp -r ~/.config/* ~/configs/dotfiles/micro-journal/configs/ 3 3 4 4 # Copy only files (not directories) from ~/microjournal 5 5 find ~/microjournal -maxdepth 1 -type f -exec cp {} ~/configs/dotfiles/micro-journal/scripts/ \;