Dotfiles/Readme.md

15 lines
252 B
Markdown
Raw Normal View History

2024-07-02 22:27:26 +00:00
# Dotfiles
## Submodules
- [Dotfiles/Template](https://git.euph.dev/Snoweuph/Dotfiles_template)
- [Dotfiles/nvim](https://git.euph.dev/Snoweuph/Dotfiles_nvim)
## Setup
2024-11-23 18:30:46 +00:00
### Install Dependencies
2024-07-02 22:27:26 +00:00
```sh
2024-11-23 18:30:46 +00:00
sudo dnf install -y curl wget git make just
2024-07-02 22:27:26 +00:00
```