clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

adding

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