KateRita / dotfiles

configuration files for Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

configuration files for Mac

usage

Most of the files just need to be copied to the home directory.

Atom

List installed packages:

$ apm list --installed --bare > atom-packages.txt

Install your packages from file:

$ apm install --packages-file atom-packages.txt

Spectacle

cp Spectacle/Shorcuts.json Library/Application\ Support/Spectacle/Shortcuts.json

additional setup

Configure screenshots

mkdir ~/Desktop/Screenshots
defaults write com.apple.screencapture location ~/Desktop/Screenshots/

additional applications

productivity

  • total spaces 2 (https://totalspaces.binaryage.com/): multiple desktops
  • spectacle (https://www.spectacleapp.com/) : resize/move windows around
  • Chrome -- Tab Modifier, Clockwise, Zoom
  • Slack
  • Rambox - email & other messaging
  • BarTender - manages joining meetings
  • VimCal - scheduling internal/external, calendly
  • superhuman - email
  • workflowy - todos
  • reflect.app - notetaking
  • GoLinks -

coding

  • iTerm2
  • github Desktop
  • Beyond Compare
  • pyCharm
  • atom

archive

TODO

  • automate setup by copying files from this repo around the computer
  • include 'additional setup' steps in auto setup script

About

configuration files for Mac


Languages

Language:Shell 100.0%