/dotfiles

Primary LanguageLuaMIT LicenseMIT

dotfiles

This repository contains my personal dotfiles, including my .zshrc, .tmux.conf, and karabiner.json configuration files. These dotfiles are tailored to my own preferences and workflows, but feel free to use them as a starting point for your own dotfiles.

Installation

To install these dotfiles on your own system, you can use the following curl command:

curl -L https://raw.githubusercontent.com/ie-Yoshisaur/dotfiles/main/run.sh | sh

This command will download and execute the run.sh script, which will download and install the dotfiles in the appropriate locations.

Alternatively, you can clone this repository and manually copy the dotfiles to your home directory. Note that some of these dotfiles may overwrite existing files, so make sure to backup any files that you want to keep.

Included Dotfiles

This repository includes the following dotfiles:

  • .zshrc
  • .tmux.conf
  • config/karabiner/karabiner.json

License

This repository is licensed under the MIT License. See the LICENSE file for more information.