Run the below commands from your home directory:
git clone --recurse-submodules https://github.com/inflop/config-stash.git ~/
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ./.oh-my-zsh/custom/themes/powerlevel10k
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
sudo fc-cache -f -v
Files:
Requires installed:
Files:
Requires installed:
Files:
Requires installed:
After install run command :PluginInstall
within vim to install all plugins defined in the .vimrc file.
Requires installed:
-
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
After install run command :PlugInstall
within neovim to install all plugins defined in the init.vim file.
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh