Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chtenb/dotfiles


https://github.com/chtenb/dotfiles

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

## How to use

Clone recursively (important)

```
git clone --recurse-submodules https://github.com/chtenb/dotfiles
```

then run install.bat (windows) or install.sh (linux)

## Notes
To make symlinks on windows open a cmd with admin rights move to your home and do

```batch
> mklink .vimrc dotfiles\.vimrc
```

To make symlinks on linux open a terminal in your home and do
```bash
$ ln -s dotfiles/.vimrc
```

At least on windows, if you execute a `git config --global` command, it breaks the links and converts your `~/.gitconfig` into an actual file.