sudo apt updatesudo apt install zshchsh -s $(which zsh)git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestionsgit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightinggit clone git://github.com/wting/autojump.git
cd autojump
./install.pycurl -sS https://starship.rs/install.sh | shsudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovimcurl -LO https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.0-1_amd64.deb
sudo dpkg -i ripgrep_14.1.0-1_amd64.debgit clone https://github.com/NvChad/starter ~/.config/nvim && nvimNOTE: MAKE SURE YOU HAVE A NERDFONT
ln -s WHEREVER/THIS/REPO/IS/nvim ~/.config
ln -s WHEREVER/THIS/REPO/IS/starship.toml ~/.config