The main branch is where my dotfiles reside for my Macbook Pro. Switch to the ubuntu branch for my take on configuring dot files for Ubuntu.
Kudos to Patrick McDonald and check out his course on Udemy which these dotfile are based.
Please note however that I deviated and made changes based on my preferences and the way I work.
We are using DotBot to orchestrate the dotfiles configuration and installation of other tools (brew, antidote etc).
The install script will first configure the following links:
~/.zsh_plugins.txtUsed with the zsh plugin manager antidote this is linked to theantidote_pluginsfile~/.zshrc~/.zshenv~/.gitconfigMake sure to edit this file and change the user and email details to match yours~/.config/batdirectory that stores the bat config file~/.config/yamllintdirectory that stores the yamllint config file
The install script will next create a ~/work directory.
Finally the install script will run the following setup scripts:
./setup_antidote.zsh
Installs the zsh plugin manager
antidoteand applies the plugins specified in theantidote_pluginsfile
./setup_homebrew.zsh
Installs homebrew and proceeds to install the brews specified in the
Brewfile
./setup_node.sh
Installs
node(lts) andnpmusing the node version managernand installs some node packages (I'm not installing any packages here at the moment as I don't use node that much). Thennode version manager itself is installed via homebrew in thesetup_homebrew.zshscript via thebrew bundlecommand.
./setup_iterm2.sh
Runs
defaultsto set a custom folder for loading preferences from file.
./setup_vscode.zsh
Applies the
settings.jsonfile to the VSCode user configuration directory if it exists and then installs extensions specified in thevscode_extensionsfile. VSCode itself is installed via homebrew in thesetup_homebrew.zshscript via thebrew bundlecommand.