None
- Clone the repo the move
.tmux.confand.vimrcto HOME - Add script to
.zshrcor.bashrcto start tmux on default
if [ -z "$TMUX" ]; then
tmux attach -t default || tmux new -s default
fi
- Done
- Install Nvim requirements
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim
- Visit [PPKan/kickstart.nvim][https://github.com/PPKan/kickstart.nvim]
- Clone Nvim repo
git clone https://github.com/PPKan/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
- Clone the repo and move
.tmux.conf.plugto HOME - Run the command to download theme
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
- Change
~/.config/tmux/plugins/catppuccin/tmux/catppuccin_options_tmux.confwindow_textandcurrent_textto#Win order to display window
- Open a elevated PowerShell
- Install choco and nvim dependencies
winget install --accept-source-agreements chocolatey.chocolatey
choco install -y neovim git ripgrep wget fd unzip gzip mingw make- Visit [PPKan/kickstart.nvim][https://github.com/PPKan/kickstart.nvim]
- Clone Nvim repo
git clone https://github.com/PPKan/kickstart.nvim.git $env:LocalAppData\nvim
https://cheatography.com/martinthogersen/cheat-sheets/windows-terminal/
See https://github.com/PPKan/nvim for further info