Last active
May 20, 2021 06:20
-
-
Save aleksseven/e76465b05b3875976ff9f18e705e603b to your computer and use it in GitHub Desktop.
Create a symbolic link from your default user $HOME to /root/.config directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ln -s $HOME/.config/nvim /root/.config/ | |
sudo ln -s ~/.local/share/nvim/site/ /root/.local/share/nvim | |
sudo ln -s ~/.nvm /root/ | |
1. sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash | |
2. sudo 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment