This repository contains my dotfiles. I use GNU Stow to manage them.
My dotfiles basically runs on any Unix-like system. I use them on macOS and Linux.
For os specific configurations I either use the uname
command or have separate packages files for each platform.
To install some or all of my dotfiles, clone this repository and use GNU Stow to symlink the desired configuration files to your home directory.
gh repo clone Shikachuu/dotfiles
git submodule update --init --recursive
cd dotfiles
stow -v -R -t $HOME <package>
bash
git
nvim
kitty
linux
(for Linux specific configurations)macos
(for macOS specific configurations)
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.