kexhest / dotfiles-1

.files – sensible hacker defaults for macOS

Home Page:https://vinkla.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles Build Status

dotfiles

.files, sensible hacker defaults for macOS. If you're curious how to setup your own dotfiles, please visit Mathias Bynens's dotfiles and Mike McQuaid's strap project to learn more.

Installation

This is the installation guide to setup these dotfiles on a new macOS system.

curl -O https://raw.githubusercontent.com/vinkla/dotfiles/master/script/setup
./setup
  1. Generate new SSH key, add to ssh-agent and upload to GitHub.
  2. Install the dotfiles into the home directory.
  3. Download an import private GPG key from Keybase.
  4. Setup 1Password and sync passwords.
  5. Setup Dropbox and sync dotfiles and Alfred.
  6. Setup Atom and sync settings with Gist.
  7. Setup Alfred and sync with Dropbox.
    • Remove Spotlight keyboard shortcut.
    • Update Alfred keyboard shortcut.
    • Install the macOS Alfred appearance.
    • Install Alfred workflows:
      $ npm i -g alfred-{npms,packagist,kaomoji,emoj}
  8. Install global Composer packages and install Valet.
  9. Update keyboard shortcut for next application window.

License

MIT © Vincent Klaiber

About

.files – sensible hacker defaults for macOS

https://vinkla.com/

License:MIT License


Languages

Language:Shell 57.2%Language:PHP 20.8%Language:Vim Script 17.6%Language:JavaScript 4.4%