by nicksp
My personal dotfiles: Zsh, Git, VSCode, Cursor, Obsidian, Ghostty, etc.
# Add to your Claude Code skills
git clone https://github.com/nicksp/dotfilesMy personal dotfiles for configuring macOS with Zsh and Homebrew.

[!IMPORTANT] Please only open pull requests that fix bugs or add improvements without any breaking changes.
[!WARNING] I recommend forking this repository to create your own set of dotfiles.
Point the DNS Servers to Cloudflare DNS
1.1.1.11.0.0.12606:4700:4700::11112606:4700:4700::1001Configure Git and GitHub SSH
Test your authentication with:
ssh -T git@github.com
Configure GPG commit signature verification
Install MonoLisa font
Choose manual or automatic dotfiles installation below
git clone git@github.com:nicksp/dotfiles.git ~/dotfiles
cd ~/dotfiles
./setup/zsh.sh
./setup/brew.sh
./setup/misc.sh
./setup/symlinks.sh
To automate the setup of your dotfiles on a new machine, use the setup script.
[!CAUTION] Use at your own risk!
git clone git@github.com:nicksp/dotfiles.git ~/dotfiles
~/dotfiles/setup.sh
This will install all required dotfiles in your home directory as symlinks. Everything is then configured via modifying files in ~/dotfiles.
set-defaults
sync-apps-icons
sync-color-themes
The dotfiles can be extended to suit additional local requirements by using the following f...