base configuration files
Neovim
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim
Install NodeJS
curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir $HOME/.local/bin
fnm install
deleting old neovim configuration
rm -rf ~/.local/share/nvim/
rm -rf ~/.local/state/nvim/
rm -rf ~/.cache/nvim/
I use GNU Stow https://www.gnu.org/software/stow
cd $HOME
git clone --recurse-submodules https://github.com/ctarx/dotfiles.git ~/.dotfiles
git submodule update --init --recursive
cd ~/.dotfiles
stow home && stow config && stow local
~/.local/share/fonts
fc-cache -f -v
sudo curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/main/nerdfetch -o /usr/bin/nerdfetch
sudo chmod +x /usr/bin/nerdfetch
nerdfetch
I use Gogh brilliant project with many themes including gruvbox
Install tpm plugin manager.
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
Created by @ctarx - feel free to contact me!