https://github.com/devrnt/dotfiles
Personal dotfiles | Current status: I should add some more settings
https://github.com/devrnt/dotfiles
Last synced: about 2 months ago
JSON representation
Personal dotfiles | Current status: I should add some more settings
- Host: GitHub
- URL: https://github.com/devrnt/dotfiles
- Owner: devrnt
- Created: 2023-05-03T18:57:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:15:48.000Z (2 months ago)
- Last Synced: 2025-03-19T16:27:02.805Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Installation
1. Install [stow](https://www.gnu.org/software/stow/)
```sh
brew install stow
```2. Navigate to your home directory
```sh
cd ~
```3. Clone repository
```sh
git clone https://github.com/devrnt/dotfiles
```4. Navigate to `dotfiles` folder
```sh
cd dotfiles
```5. Install package settings
```sh
stow git homebrew zsh aerospace # add anything you want
```## Extra
Run `./install.sh` to setup a new machine
## References
- https://github.com/dotphiles/dotphiles
- https://github.com/xero/dotfiles
- https://github.com/driesvints/dotfiles
- https://github.com/sam-dt/dotfiles
- https://dotfiles.github.io/