Skip to content

Personal dotfiles. I'm the only one who probably would find use for the whole file but maybe there's a few things in here worth copying! ๐Ÿ˜€

Notifications You must be signed in to change notification settings

colinlord/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

82 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

What's This?

About a year ago, I was upgrading to a new Mac. One of the nightmares of switching are all the local environments. Running npm install only does so much. While it doesn't help for setting up things like SSH, I have a bunch of bash commands that I consistently use.

At the same time, I stumbled onto a dotfiles repo that Wes Bos created. He had made it as a way to share his settings with others. In addition to grabbing a couple lines of code, I realized I could put things like my bash shortcuts, VS Code settings, or eslint settings in a repo. Then I could symlink them. I'd have everything in one place and also version control over them.

Some of what's in here is project specific to what I'm working on. The repo is basically a checklist of things for me to go down whenever I'm setting up a new Mac. But since this is on GitHub, obviously feel free to take anything you like. If you want to reach me, @colinlord on Twitter is probably the best way.

Symlink Bash Profile To This Repo

ln -s ~/Repos/dotfiles/.bash_profile ~/
ln -s ~/Repos/dotfiles/.bash_profile ~/.zprofile

Use ESLint settings from Wes Bos

His documentation: https://github.com/wesbos/eslint-config-wesbos

npx install-peerdeps --global eslint-config-wesbos
ln -s ~/Repos/dotfiles/.eslintrc ~/

About

Personal dotfiles. I'm the only one who probably would find use for the whole file but maybe there's a few things in here worth copying! ๐Ÿ˜€

Resources

Stars

Watchers

Forks