Thanks to visit codestin.com
Credit goes to github.com

Skip to content

top-mind/zsh_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my nvim, zsh and tmux environment (deb)

https://github.com/neovim/neovim/blob/master/INSTALL.md#pre-built-archives-2

sudo apt install zsh autojump zsh-autosuggestions zsh-syntax-highlighting tmux git curl xclip ripgrep
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ~/.zsh/powerlevel10k
git clone https://gitee.com/zsh-users/zsh-history-substring-search.git ~/.zsh/zsh-history-substring-search
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz --output-dir /tmp
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf /tmp/nvim-linux64.tar.gz
export PATH="$PATH:/opt/nvim-linux64/bin"
cp -r . ~
rm ~/README.md
sudo chsh -s /bin/zsh $USERNAME
# reboot

About

zsh, tmux and nvim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published