Setting up a new environment on new computer
Critical programs:
After you install the the above:
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
First kill all running tmux-servers
:
tmux kill-server
tmux ls
copy .tmux.conf
to ~/
(home directory)