Skip to content

josh-padnick/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Josh Padnick's Dot Files

These are the various config files I have to setup a system the way I want it. Special thanks to https://github.com/mitchellh/dotfiles, which is the original repo from which this is forked.

Installation

git clone git://github.com/josh-padnick/dotfiles.git
dotfiles/install.sh

Manual Steps

Install from the CLI

  1. Install all the brews, taps, and casks:

    brew tap homebrew/bundle
    brew bundle
  2. Install vundle:

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  3. Configure vim:

    cd ~   
    mkdir .vim .vim/bundle .vim/backup .vim/swap .vim/cache .vim/undo; git clone https://github.com/gmarik/vundle.git .vim/bundle/vundle
    vim
    # Run the following command in vim
    :BundleInstall

    Now restart Vim

Install by downloading

  1. Install my Keybase key.

    # Export the key to stdout
    keybase pgp export --secret
    
    # On another machine, import the key from the given file
    keybase pgp import --infile /path/to/that/file.pgp
    
  2. Install VS Code for Mac

  3. Install Docker for Mac

  4. Install Google Drive for Mac

  5. Install Golang for Mac

    • Install Go into $HOME/go.
  6. Install Transmit

  7. Install Balsamiq

  8. Install Kindle

  9. Install various apps from the Mac App Store:

    • BetterSnap
    • DayOne classic
    • Pixelmator
    • SiteSucker
  10. Install Anki

  11. Install 1Password

  12. Install Office 365

Install from private repos

  1. Install gruntcreds.

About

My personal dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 78.8%
  • Shell 20.5%
  • Ruby 0.7%