dotfiles/README.md

21 lines
502 B
Markdown
Raw Normal View History

2024-08-29 16:29:34 +00:00
# Dotfiles
This repository contains my personal configuration managed by [GNU Stow](https://www.gnu.org/software/stow/) for the following applications:
- [Neovim](https://neovim.io)
- [Wezterm](https://wezfurlong.org/wezterm/)
- [Git](https://git-scm.com)
2024-08-29 16:29:34 +00:00
## Install
To apply a configuration execute the following steps:
2024-08-29 16:29:34 +00:00
```sh
# Clone git repository
git clone git@gitea.marvinelsen.com:marvinelsen/dotfiles.git
cd dotfiles
# Apply Neovim configuration
2024-08-29 16:29:34 +00:00
stow --verbose --restow --target ~ nvim
```