mloberg / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mloberg dotfiles

These are my dotfiles. There are many like it, but this one is mine.

This is how I like my system. You have different tastes and preferences, so cloning this outright probably isn't what you want. Take and tweak from here to fit your needs.

install

git clone https://github.com/mloberg/dotfiles.git ~/.dotfiles
~/.dotfiles/script/mac

one-line install (not recommended)

bash <(curl -fsS https://raw.githubusercontent.com/mloberg/dotfiles/master/script/mac)

updating

dotfiles

other things

thanks

inspiration/dotfiles taken from:

common problems

zsh compinit: insecure directories

See insecure directories with compaudit. Fix them with:

compaudit | xargs chmod g-w

yubikey stops working

Try restarting the gpg-agent. If that doesn't work, restart.

gpgconf --kill gpg-agent

About

my dotfiles

License:MIT License


Languages

Language:Shell 81.2%Language:JavaScript 8.8%Language:Ruby 5.2%Language:Vim Script 4.8%