Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.08 KB

Setup

Setting up a new environment on new computer

Programs

Critical programs:

After you install the the above:

linux

applications:

  • brew
  • fzf
  • tmux
  • kubectx

After you install wsl: ubuntu:

Run to install tmux & fzf & kubectx:

brew install kubectx
brew install tmux
brew install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

tmux

First kill all running tmux-servers:

tmux kill-server
tmux ls

copy .tmux.conf to ~/ (home directory)