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

https://github.com/mrmckeb/dotfiles

My personal dotfiles
https://github.com/mrmckeb/dotfiles

Last synced: 26 days ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

        

# dotfiles

My personal [dotfiles](https://dotfiles.github.io/) repository.

To install, run:

```sh
git clone https://github.com/mrmckeb/dotfiles.git ~/.dotfiles
~/.dotfiles/install
```

To init and update, run:

```sh
git submodule update --init --recursive
git submodule update --recursive --remote
```