Cross-platform dot files python/bash development.
This repo is adapted from thoughtbot/dotfiles.
- Temporarily get
sudo
privileges. - [Optional] Choose a Nerd Font in your terminal emulator. Fira-Mono Nerd Font will be installed by default via homebrew-cask-fonts.
- [Optional] Smart Caps Lock: Remap to Control AND Escape
- Install XCode Command Line Tools by running
xcode-select --install
. - Install Homebrew and restart the shell.
Clone this repo to the destination directory (default: ~/repo
)
git clone https://github.com/lijunzh/dotfiles.git
If you use a directory other than the default one, please edit the rcrc
file to customize:
- Change
DOTFILES_DIRS="$HOME/repo/dotfiles"
to
DOTFILES_DIRS="/YOUR/REPO/DIR/dotfiles"
Run the installation script
bash install.sh