Skip to content

sidwood/dotfiles

Repository files navigation

dotfiles

Configuration files for bash, zsh, vim, git, and more. Compatible with Linux and macOS environments.

Installation

Installation requires bash, curl, and git.

git clone https://github.com/sidwood/dotfiles.git
cd dotfiles
./install.sh

The install script presents an interactive menu where you can select which components to install:

Select installations (↑/↓/k/j navigate, Space toggle, Enter confirm):

> [x] Install Homebrew packages and applications.
  [x] Symlink dotfile packages with GNU Stow.
  [x] Install vim plugins.

Use arrow keys or j/k to navigate, space to toggle options, and enter to confirm.

Note: The Homebrew option only appears on macOS.

Uninstall

cd /path/to/dotfiles
./uninstall.sh

The uninstall script presents a similar interactive menu:

Select uninstallations (↑/↓/k/j navigate, Space toggle, Enter confirm):

> [x] Uninstall Homebrew packages and applications.
  [x] Remove dotfile package symlinks with GNU Stow.
  [x] Uninstall vim plugins.

About

Configuration files for bash, zsh, vim, git, and more. Compatible with Linux and macOS environments.

Topics

Resources

Stars

Watchers

Forks