Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timkurvers/dotfiles

My dotfiles
https://github.com/timkurvers/dotfiles

Last synced: 6 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# My dotfiles

[![MIT License](https://badgen.net/github/license/timkurvers/dotfiles)](LICENSE.md)

## Installation

Install as a castle using [Homesick]:

```shell
homesick clone timkurvers/dotfiles timkurvers/dotfiles
```

Remember to initialize submodules:

```shell
cd .homesick/repos/timkurvers/dotfiles
git submodule init
git submodule update
```

Then symlink into your homefolder:

```shell
homesick symlink timkurvers/dotfiles
```

Open a new shell! 🤘

[Homesick]: (https://github.com/technicalpickles/homesick)