https://github.com/josugoar/dotfiles
Fedora Workstation dotfiles
https://github.com/josugoar/dotfiles
dotfiles fedora stow
Last synced: 4 months ago
JSON representation
Fedora Workstation dotfiles
- Host: GitHub
- URL: https://github.com/josugoar/dotfiles
- Owner: josugoar
- License: mit
- Created: 2021-01-29T19:10:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T07:20:13.000Z (11 months ago)
- Last Synced: 2025-05-15T06:11:53.042Z (9 months ago)
- Topics: dotfiles, fedora, stow
- Language: CSS
- Homepage:
- Size: 671 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> Modern development environment
## Installation
> [!CAUTION]
> Exercise caution when executing unaudited scripts. The provided dotfiles may include configurations not be suitable for certain environments. Review all files before use and install only the required components.
Clone the repository, execute the installation script from the project root and dotfiles will be symlinked to their appropriate location, overriding the previous.
```sh
git clone --recurse-submodules https://github.com/josugoar/dotfiles.git
cd dotfiles
./install.sh
```