An open API service indexing awesome lists of open source software.

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

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/