My configuration for nvim, vim, bash and neofetch. I got the idea of using a bare repo from Distro Tube and he gots the idea from Atlassian.
Just a quick remember of how to set up ssh for each kind of system.
ssh-keygen -t ed25519 -C "example@email.com"alias dotgit='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'echo ".cfg" >> .gitignoregit clone --bare https://github.com/MarioChvx/dotfiles.git $HOME/.cfgalias dotgit='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'Be careful this command will overwrite the current files that are in $HOME directory.
dotgit checkout -fneovim vim clang g++ curl git wget go hugo htopInstall anaconda andnvm. After installing conda install mamaba and run to prevent auto start
conda config --set auto_activate_base falseOpen nvim and run:
:PackerSyncJust remember to install vim-plug to use the plugins.
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimAnd then on vim PlugInstall