Skip to content

Installation

Joseph Hines edited this page Feb 8, 2023 · 3 revisions

Install (bash)

cd ~;
mkdir -p repos;
git clone git@github.com:ephjos/dotfiles.git ~/repos/dotfiles;
source ~/repos/dotfiles/.config/.aliasrc;
dots checkout -- .;
reload;

For Mac (manual)

  • Install homebrew
  • Checkout dotfiles repo
    • Follow above steps
  • Open 10 workspaces
  • Settings -> Trackpad -> Scroll & Zoom -> Natural scrolling
  • Settings -> Keyboard
    • Key repeat rate -> Fast
    • Delay until repeat -> Short
  • Settings -> Keyboard -> Keyboard Shortcuts -> Modifier Keys
    • Control -> Command
    • Option -> Control
    • Command -> Option
  • Settings -> Keyboard -> Keyboard Shortcuts -> Mission Control
    • Enable all "Switch to Desktop N"
  • Install Chrome
    • Install lastpass
    • Install adblock
  • Install iterm2
    • iTerm2 -> Settings -> Keys -> Remap Modifiers
      • Left and Right Command -> Control
  • Install Tiles
    • Set to run on startup
  • ssh keys
    • Github
    • VMs
Clone this wiki locally