rowanu / .dotfiles

Dotfiles by stow
0 stars 1 forks source link

Dotfiles

Install

  1. Install homebrew
  2. Clone this repo
  3. Change to the repo directory
  4. Install stuff with Brew via brew bundle
  5. Run Stow:
    stow .
  6. Generate a SSH key: ssh-keygen
  7. Install vim-plug:
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  8. Run :PlugInstall in vim

Manual Steps

TBC

  1. Update mouse settings (direction, speed, etc)
  2. Turn off spelling auto-correction, “smart” quotes

To Do

Other

ESLint

Install globally so that individual package setup not required:

npm install -g eslint eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node