Personal dotfiles for macOS and Linux (including devcontainers).
Clone this repo to ~/dotfiles and run the install script:
git clone <repo-url> ~/dotfiles
cd ~/dotfiles
./install.shThe script:
- Symlinks
.gitconfig,.gitignore_global,.vimrc, and.config/starship.tomlinto$HOME - Appends
source ~/dotfiles/.aliases.zshto~/.zshrc(zsh) or~/.bashrc(bash), if not already present - Symlinks
vscode/settings.jsonto the VS Code user settings directory (skipped if VS Code isn't installed)
Existing files are backed up with a .bak suffix before being replaced.
- Install Starship and add
eval "$(starship init zsh)"to your~/.zshrc - Install the Nerd Font used in
terminal.integrated.fontFamilyin VS Code (see vscode/settings.json). - Add a Finder shortcut to open folders in VS Code: instructions