this is the contents of my personal ~/ folder on my development machine
It is customized for my development preferences:
- Mac OS X.
- Homebrew.
- iTerm with Snazzy colors and Meslo Nerd Font.
- vim, with spf13-vim distro.
- zsh shell with oh-my-zsh and powerlevel10k theme.
https://wiki.archlinux.org/title/Dotfiles
-
Clone the repository.
$ cd $HOME $ git clone --bare <git-repo-url> $HOME/.dotfiles $ alias dotfiles='git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' $ dotfiles checkout $ dotfiles config --local status.showUntrackedFiles no
-
Customize .gitconfig.local
Copy .gitconfig.local.dist to .gitconfig.local and customize accordingly.
-
Install Homebrew.
~/.local/bin/brew.sh