Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chtenb/dotfiles
https://github.com/chtenb/dotfiles
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chtenb/dotfiles
- Owner: chtenb
- Created: 2013-12-19T14:20:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T19:18:06.000Z (6 months ago)
- Last Synced: 2024-05-21T23:32:34.981Z (6 months ago)
- Language: Lua
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.