2023-11-06 20:11:34 +00:00
|
|
|
# Dotfiles
|
|
|
|
|
2024-02-25 14:20:42 +00:00
|
|
|
Repository with my dotfiles and some configurations
|
2023-11-06 20:11:34 +00:00
|
|
|
|
2024-02-25 14:20:42 +00:00
|
|
|
## Installation
|
|
|
|
|
2024-03-05 11:27:31 +00:00
|
|
|
To install, just run the following command:
|
2024-02-25 14:20:42 +00:00
|
|
|
|
|
|
|
```sh
|
2024-03-05 11:27:31 +00:00
|
|
|
wget -qO- https://tiagorg.pt/df-setup | bash
|
2024-02-25 14:20:42 +00:00
|
|
|
```
|
|
|
|
|
2024-03-05 11:27:31 +00:00
|
|
|
This will install dependencies and setup stow, zsh, vim and neovim.
|