Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timkurvers/dotfiles
My dotfiles
https://github.com/timkurvers/dotfiles
Last synced: 6 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/timkurvers/dotfiles
- Owner: timkurvers
- License: mit
- Created: 2012-05-25T18:10:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T11:31:30.000Z (9 months ago)
- Last Synced: 2024-10-12T03:20:08.566Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)