Skip to content

mattstauffer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles 2.0

Making it myself instead of forking an existing repo.

Steps to use it

  1. Install Dropbox
  2. Give Dropbox permissions via accessibility, and allow it to send notifications
  3. Sign into Dropbox
  4. Allow it to sync ten jillion files
  5. Open the App store and sign in
  6. Open Terminal
  7. mkdir ~/.ssh && cd ~/.ssh
  8. Copy id_rsa and id_rsa.pub from another machine, or create a new SSH key and add it to GitHub & Forge etc. If copying from another computer, chmod 600 ~/.ssh/id_rsa; chmod 600 ~/.ssh/id_rsa.pub
  9. Create a GitHub personal access token for logging in from the command line.. Give it just full repo access. Save that token in a text file or something.
  10. Type git, hit enter, and follow the prompts to install the command line developer tools
  11. Type git clone https://github.com/mattstauffer/dotfiles.git dotfiles, hit enter
  12. Type cd dotfiles, hit enter
  13. Type ./bin/install.sh, hit enter
  14. Profit?

TODO

  • Figure out how to symlink some elements from ~/.hammerspoon directory in if possible (remember, the lua watcher doesn't catch changes to symlinked files)
  • Add Goku and start Goku config, and symlink Goku config

About

Simple script to set up my new computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published