Skip to content

danny-andrews/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Configuration Files

Setting Up New Machine

Run the following to pull down dotfiles to local machine:

  1. git init ~/.config - Turn into git repository.
  2. git remote add origin https://github.com/danny-andrews/dotfiles.git - Create remote to point to this repo.

Create symlinks for any programs which store their config elsewhere.

VSCode Settings: ln -s ~/.config/settings.json ~/Library/Application\ Support/Code/User/settings.json
VSCode Keybindings: ln -s ~/.config/settings.json ~/Library/Application\ Support/Code/User/keybindings.json
zsh: ln -s ~/.config/.zsh ~/.zsh
git: ln -s ~/.config/.gitconfig ~/.gitconfig

About

A collection of personal configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages