Skip to content

sakuexe/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sakuexe .dotfiles

This repository includes all the configuration files that I use, as well as guides for installing them. Recommendations and helpful suggestions are always appreciated! :)

Terminal with my development environment

Install Guides

Each folder in this repository contains a README.md file with a guide for installing the configuration files in that folder.

cloning the repository

git clone https://github.com/sakuexe/.dotfiles ~/.dotfiles
mv ~/.dotfiles/* ~/.config/
mv ~/.dotfiles/.* ~/.config/

Zsh

Zsh dotfiles - Shell and file navigation (config this first)

Neovim

Neovim Config Files - Editor of choice

Tmux

Tmux dotfiles - Terminal multiplexing

Some bugs

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.

Miscellaneous

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)

About

The dotfiles for my terminal environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published