My dotfiles setup
- reload init.vim file with
:so %(means :source current open file)
Linking the resources and making it possible
ln -s ~/env_setup/dotfiles/config/alacritty ~/.config/alacritty
ln -s ~/env_setup/dotfiles/.tmux ~/.tmux ln -s ~/env_setup/dotfiles/.tmux.conf ~/.tmux.conf
ln -s /home/kunzai/dotfiles/config/fish/config.fish /home/kunzai/.config/fish,a
ln -s /home/kunzai/dotfiles/config/powerline-shell /home/kunzai/.config/powerline-shell
- Download appimage from neovim site, min v0.5 to work with lsp
- make it executeable
chmod u+x /home/kunzai/Appimages/nvim.appImage
- symlink it to normal path
sudo ln -s /home/kunzai/Appimages/nvim.appImage /usr/local/nvim
ln -s ~/env_setup/dotfiles/config/nvim ~/.config/nvim
ln -s /home/kunzai/dotfiles/config/powerline-shell /home/kunzai/.config/powerline-shell
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
:PlugInstall