kpdecker / dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My own dotfiles. There are many like them, but this one is my own.

New Machines Steps

  1. Install Chrome
  2. Manually install password manager and other app store apps
  3. Install non-dev tools
    1. Alfred
    2. Stay
    3. Divvy
    4. Spotify
    5. Better Touch Tool
  4. Install dev tools
    1. iTerm
    2. Gitx
    3. nvm
    4. VS Code

Within the home directory, run:

git clone git@github.com:kpdecker/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./setup.sh
./setup/code.sh

Monitor setup:

Large resolution:

displayplacer "id:75531AAA-79D6-5909-E410-3E7B79E11BFE res:3008x1692 origin:(-2112,-1692)" "id:85A369C5-8B84-CB33-DA4A-0327F8D8C746 res:3008x1692 origin:(896,-1692)" "id:AFBB28AC-35D4-31C6-DEE0-E26A50BCB926 res:1792x1120 origin:(0,0)"

Smaller Resolution:

displayplacer "id:75531AAA-79D6-5909-E410-3E7B79E11BFE res:2560x1440 origin:(-384,-1440)" "id:85A369C5-8B84-CB33-DA4A-0327F8D8C746 res:2560x1440 origin:(896,-1440)" "id:AFBB28AC-35D4-31C6-DEE0-E26A50BCB926 res:1792x1120 origin:(0,0)"

Really small:

displayplacer "id:75531AAA-79D6-5909-E410-3E7B79E11BFE res:1920x1080 origin:(-1152,-1080)" "id:85A369C5-8B84-CB33-DA4A-0327F8D8C746 res:1920x1080 origin:(768,-1080)" "id:AFBB28AC-35D4-31C6-DEE0-E26A50BCB926 res:1536x960 origin:(0,0)"

Enum:

 displayplacer list | grep -v color_depth:4 | grep -v hz:30

Based losely on mathiasbynens/dotfiles.

About

dotfiles


Languages

Language:Shell 99.5%Language:AppleScript 0.4%Language:Vim Script 0.0%