Skip to content

⚙ My personal configuration files for fish, tmux, Neovim and more!

License

Notifications You must be signed in to change notification settings

jasontheiler/dotfiles

Repository files navigation

dotfiles

My personal configuration files for fish, tmux, Neovim and more!


Installation

Prerequisites

You need to make sure that you have access to the following things:

  • git: To clone and manage this repository.
  • stow: To distribute the dotfiles.
  • fish: To utilize (most of) the dotfiles.
  • A patched font: To make the TUI display correctly.

How to

Follow these steps to install the dotfiles:

  1. Clone the repository into your home directory:

    # Using HTTPS
    git clone https://github.com/jasontheiler/dotfiles.git ~/.dotfiles/
    
    # Using SSH
    git clone git@github.com:jasontheiler/dotfiles.git ~/.dotfiles/
  2. Stow the dotfiles in your home directory from inside the local repository:

    # Stows all packages.
    stow */
    
    # Stows select packages.
    stow fish/ git/
    
    # Unstows select packages.
    stow -D nvim/ wezterm/
  3. Restart your shell.

License

GPL-3.0 License © 2021-PRESENT Jason Theiler

About

⚙ My personal configuration files for fish, tmux, Neovim and more!

Topics

Resources

License

Stars

Watchers

Forks