Skip to content

connorwyatt/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

377 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Initial Setup

  • Install OhMyZsh.
    • Install plugins:
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
  • Install Homebrew.
  • Using Homebrew, install the GitHub CLI:
brew install gh
  • Login to your GitHub account.
    • Select SSH and the CLI will add a new SSH key to your GitHub account.
gh auth login
  • Clone the repository as a bare repository and checkout the files.
git clone --bare git@github.com:connorwyatt/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no

About

⚙️ My personal dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors