cd ~ && mkdir 'Documents.nosync' && mkdir Documents.nosync/Projects && mkdir Documents.nosync/Projects/scripts && mkdir Documents.nosync/Projects/scripts/myDotfiles && cd Documents.nosync/Projects/scripts/myDotfiles && curl -#L https://github.com/TimVdWalle/myDotfiles/archive/master.zip | tar -xzv --strip-components 1 && chmod +x bootstrap.sh && ./bootstrap.sh
- Type exit to make the install script continue
- Open app
- Login to my account
- Restore backup
- Drag projects folder into finder favourites from the Documents.nosync
- Dual screen setup
- Install snazzy theme also for iterm2 + terminal (https://github.com/sindresorhus/iterm2-snazzy)
- Check if ZWSP is correct in starship pure prompt : does it show <200b> or correct ZWSP ?
( ~/.config/starship.toml ) - Do git init in every project where automatic conversion to emoji commit messages is wanted
- Open fork; drag myDotfiles folder into it; discard all changes; checkout master branch from origin; fetch and pull