This a repository with my personal configuration files. This repository serves as my way to help myself set up and maintain my workspaces. Managed using mklink. I hope you understand everything here.
Show
Info | Description |
---|---|
Operating System |
windows 10 |
Shell |
git bash, powershell |
Terminal |
windows terminal |
Cursor |
macOS monterey white |
Font |
caskaydia cove nerd font, cascadia code |
Text Editor |
vs code |
Package Manager |
scoop |
Git Commit |
git semantic commit |
Dekstop Widget |
rainmeter |
WSL2 Distro |
ubuntu 20.04 |
Notes : If you want to use this configuration, inspect the code before use. Just cherry-pick what you want to keep your system clean.
Clone this repository in ~/dotfiles directory, e.g.:
git clone --recursive https://github.com/restuhanputra/dotfiles ~/dotfiles
Use mklink to manage symlinks (use command prompt with administrator privileges), e.g. i wanna symlinks neofetch configuration:
cd ~/dotfiles
mklink /D ".config\neofetch" "dotfiles\config\neofetch"
to unsymlinks, just delete the file symlinks. not the original one, e.g:
rm .config\neofetch
Released and source is available under MIT License