Giter VIP home page Giter VIP logo

.dotfiles's Introduction

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)

.dotfiles's People

Contributors

sakuexe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.