Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

elusive/dotfiles

Repository files navigation

dotfiles

Dotfiles for quickly setting up a machine, and for reproducing those settings on other machines using a git repository.

Setup a New Machine

  1. Clone dotfiles
  2. Run install.sh
  3. Run makesymlinks script for your OS

Notes

This area is for things to remember when setting up new machine. Typically you want the permissions to be:

  • .ssh directory: 700 (drwx------)
  • public key (.pub file): 644 (-rw-r--r--)
  • private key (id_rsa): 600 (-rw-------)
  • lastly your home directory should not be writeable by the group or others (at most 755 (drwxr-xr-x)).

About

Dotfiles for quickly setting up a machine.

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published