bootstrapper for installing dotfiles and setup scripts
- Make sure that a
.ssh* folder with the correct SSH keys is in$HOME
Download command line developer tools (before using a git command to clone the dotfiles repo)
$ sudo xcode-select —-install
then update it with
$ softwareupdate --all --install --force - Transfer to a file this simple script with
curlto automatize first-step setup to clone the settings/dotfiles repo on any new machine
curl -O -L https://github.com/webdev-skynet/cfg-install/main/bootstrap
chmod 755 bootstrap
./bootstrap- Then
source .zshrcto initialize last config and git user info setting routine from.private* and do the setup
* file on secret place