Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 907 Bytes

Dotfiles

This repository contains my dotfiles. I use GNU Stow to manage them.

Supported platforms and tools

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.

Installation

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>

Packages

  • bash
  • git
  • nvim
  • kitty
  • linux (for Linux specific configurations)
  • macos (for macOS specific configurations)

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.