davidbarna / config

Config files to share between devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config files

Config files to share between devices.

Terminal

  • Clone this repo in ~/dev
  • Emulator: iTerm2

bash

  • Add this to local ~/.bash_profile
source ~/dev/config/shell/bash/.bash_profile

zsh

  • Install oh-my-zsh in ~/.oh-my-zsh
  • Add this to local ~/.zshrc
source ~/dev/config/shell/zsh/.zshrc

Install NVM

brew update
brew install nvm
mkdir ~/.nvm

In ~/.zshrc or ~/.bash_profile:

export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh

Visual Code

Use Settings Sync Extension

To download settings, the gist ID is 1bd34453caf5b32453979fc942436ca4

View Gist

About

Config files to share between devices


Languages

Language:C 81.1%Language:C++ 17.2%Language:Python 0.6%Language:Shell 0.4%Language:DTrace 0.3%Language:Roff 0.3%Language:CSS 0.0%