Skip to content

peopleskai/dotfiles

Repository files navigation

Dotfiles Config

This is all my dotfiles, current it includes settings for

  1. Neovim
  2. Kitty
  3. Wezterm
  4. Zshrc
  5. Oh My Zsh
  6. Starship
  7. Bashrc
  8. Aerospace
  9. MISE

General Setup

The current setup is geared towards MacOS since this is the main OS I develop on.

Package Manager

The package manager used is brew. Following the install instructions to install.

Linking config / dot files

We will be using stow to manage sym-linking all the dotfiles to the right place by using the HOME directory as the base reference.

To install stow run

brew install stow

After you install stow, run the following commands to use stow to setup the symlink for different programs

stow -S --dotfiles -t $HOME nvim

You can replace the nvim argument with any of the subfolders. It would symlink config files to the correct locations.

Unlinking config / dot files

You can run the following command to remove symlink created by stow

stow -D --dotfiles -t $HOME nvim

Just like the setup, you can replace the nvim argument with any of the already setup subfolders to remove symlinks created to the subfolders.

Additional Setup for specific programs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published