Skip to content
/ Dotfiles Public

My personal system configuration files for SwayWM, Neovim, Zsh, and more.

License

Notifications You must be signed in to change notification settings

Sqvid/Dotfiles

Repository files navigation

Dotfiles

These are my personal dotfiles for Sway, Neovim, Zsh, and more. Deployment is done with GNU Stow.

Install

Clone this repository into your home directory.

git clone https://github.com/Sqvid/Dotfiles.git ${HOME}/.Dotfiles

Change into the dotfile directory.

cd ${HOME}/.Dotfiles

Activate configs.

# Activate individual config (e.g. Neovim):
stow -v neovim
# Activate all configs:
./stowall -s

Depending on your use-case you may also want to download external packages such as Oh My Zsh and vim-plug that some of these configs call.

Uninstall

Change into the dotfile directory.

cd ${HOME}/.Dotfiles

Deactivate configs.

# Deactivate individual config (e.g. Neovim):
stow -vD neovim
# Deactivate all configs:
./stowall -d
# Optionally remove the repository completely:
rm ${HOME}/.Dotfiles

About

My personal system configuration files for SwayWM, Neovim, Zsh, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published