squanto / dotfiles

all the dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo's dotfiles

Your dotfiles are how you personalize your system. These are mine. Based on https://github.com/holman/dotfiles.

what's inside

  • some customizations for osx, git, ruby, tmux, vim, and zsh
  • some tools in a brewfile

install

git clone https://github.com/squanto/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install

bugs

If you're brand-new to the project and run into any blockers, please open an issue on this repository and I'd love to get it fixed for you!

thanks

I forked @holmans's dotfiles, who forked Ryan Bates' excellent dotfiles. A decent amount of the code in these dotfiles stem or are inspired from Ryan's original project.

todo

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$(ssh-agent -s)"

echo "Host *
  AddKeysToAgent yes
  UseKeychain yes
  IdentityFile ~/.ssh/id_rsa" > ~/.ssh/config

ssh-add -K ~/.ssh/id_rsa

cat ~/.ssh/id_rsa | pbcopy
  • sign into github to add ssh key

  • clone repo + run install

  • git config --global user.email "MY_NAME@example.com"

About

all the dotfiles


Languages

Language:Shell 93.1%Language:Ruby 6.9%