Just copy to ~/, bashrc has by default .profile
cp .profile ~/
Linux or Mac
cd Linux
sh setup.sh
-
Install Homebrew —to
$HOME/.homebrewinstead of /usr/local:git clone https://github.com/Homebrew/brew.git $HOME/.homebrew -
Run
which brewto confirm the one in home directory is picked up. -
Run
brew analytics off
All software installed on the system must be listed in .Brewfile. This is
symlinked at ~/.Brewfile and used by brew bundle.
To install all the software, add it to .Brewfile and run:
brew bundle --global
Some stuff will take long, in that case, identify which packages and update
.Brewfile to install them with args: ['force-bottle'] or do a one-off
brew install --force-bottle [pkg] install.
- VSCode:
- Install "Settings Sync" extension and reload.
- Run '> Sync: Download Settings'
- Enter gist ID in
vscode.syncfile to prompt. - Once extensions are installed 'Reload' (or Restart)
- Run '> Sync: Update/Upload Settings'
- Create a token with 'gist' permissions and save it to the prompt
- Wait for the Sync Summary.