Skip to content

alxmtr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Config files I use on my WSL2 environement. Symlinks are managed with stow.

To use this files with the symlinks, install stow and clone this repository:

sudo apt install stow
cd ~
git clone https://github.com/alxmtr/dotfiles.git
cd dotfiles
stow --target=$HOME --restow */

To delete symlinks:

stow --target=$HOME --delete */

To remove user infos in gitconfig (before git commit):

git config --global --remove-section user

I do this for privacy purpose as this repository contains my .gitconfig file.

About

My personal config files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages