sfrieson / productivity

Personal productivity files like bash_profile, and scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Productivity

A list of tools that help me stay consistently productive between machines.

Git

Settings

git config --global core.editor nano
git config --global --edit

OMZ Plugin

Installation

  1. Clone repo
  2. Open ~/.zshrc
  3. Change the ZSH_CUSTOM entry to point to this repo's zsh_custom directory
  4. Add this line before the plugins to autoload the node version from an .nvmrc file: NVM_AUTOLOAD=1.
  5. Add the plugins from this repo and turn on others: plugins=(git sfrieson sfrieson-git nvm)

About

Personal productivity files like bash_profile, and scripts


Languages

Language:Shell 100.0%