chasemccoy / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Setting up a new Mac

  1. Update macOS to the latest version through system preferences

  2. Generate a new public and private SSH key by running:

    curl https://raw.githubusercontent.com/chasemccoy/dotfiles/HEAD/ssh.sh | sh -s "chasem000@gmail.com"
  3. Clone this repo to ~/Repositories/dotfiles with:

    git clone --recursive git@github.com:chasemccoy/dotfiles.git ~/Repositories/dotfiles
  4. Run the installation with:

    ~/Repositories/dotfiles/setup.sh

.gitignore_global

Copy into ~/.gitignore and then run git config --global core.excludesfile ~/.gitignore

Starship

Copy starship.toml to the ~/.config folder

About


Languages

Language:Shell 100.0%