This repository includes all the configuration files that I use, as well as guides for installing them. Recommendations and helpful suggestions are always appreciated! :)
Each folder in this repository contains a README.md
file with a guide for
installing the configuration files in that folder.
git clone https://github.com/sakuexe/.dotfiles ~/.dotfiles
mv ~/.dotfiles/* ~/.config/
mv ~/.dotfiles/.* ~/.config/
Zsh dotfiles - Shell and file navigation (config this first)
Neovim Config Files - Editor of choice
Tmux dotfiles - Terminal multiplexing
I try to remember updating this section with any bugs that I encounter. With hopefully solutions to them as well. That being said, I do appreciate any help with solving these issues, that I may not have found a solution to.
Nerdfont V3 Graphical Glitches
On some instances of WSL2, the nerdfonts are not rendered properly. This creates
graphical glitches in the terminal. Microsoft has already fixed most of this issue,
but if you are still experiencing some, make sure you update your terminal to the
newest version. I use the Windows Terminal. The preview version is a good thing
to try in a situation where you are experiencing graphical glitches.
Here's a list of some of the other stuff I enjoy having downloaded on my terminal as well.
-
Nerdfont - For icons and symbols
-
live-server - For automatically refreshing the browser on reload
# install the npm package globally
npm install -g live-server
# live preview a folder
live-server some-directory/
# or a singular file
live-server some-file.html
Download the latest tarball
tar -xvf <path-to-tarball> -C /usr/local/bin
git-credential-manager configure
git config --global credential.credentialStore cache
# will remember your credentials after next login
Uninstalling git-credential-manager
git-credential-manager unconfigure
rm $(command -v git-credential-manager)