Skip to content

Repository files navigation

J3RN's dotfiles

A bunch of my arbitrary sorta-interesting dotfiles.

My editor configs are now located in separate repositories:

Requirements

GNU Stow is required. In fact the ./install.sh script is just calls stow.

Stow is available from Homebrew and most Linux package managers:

brew install stow
apt install stow
dnf install stow

This set of configuration has been tested on macOS and Fedora.

Installation

The install script assumes that you have Bash installed. This is likely the case.

To install everything, run

./install.sh

You can, instead, install the configurations in a piecemeal style. There are several stow "packages":

  • bash
  • git
  • mise
  • starship
  • tmux
  • zsh

If, for instance, you only want the tmux configuration, you can run

stow -t ~ tmux

That's it! Enjoy!

Uninstallation

Not happy? I understand. To uninstall everything, run

./uninstall.sh

To only uninstall one specific "package", run

stow -t ~ --delete tmux

LICENSE

This is MIT Licensed. You can find the whole license in the LICENSE file.

About

A bunch of my sorta-interesting dotfiles

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages