Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polamjag/.dotfiles
what is called dotfiles
https://github.com/polamjag/.dotfiles
Last synced: 3 months ago
JSON representation
what is called dotfiles
- Host: GitHub
- URL: https://github.com/polamjag/.dotfiles
- Owner: polamjag
- Created: 2013-07-30T17:48:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T10:59:24.000Z (4 months ago)
- Last Synced: 2024-09-09T13:06:08.857Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1.94 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polamjag/.dotfiles
## usage
clone this repo into your machine and run `/setup.sh` to make symbolic link of dotfiles into your `$HOME`, in one-liner:
```sh
curl https://raw.githubusercontent.com/polamjag/.dotfiles/master/setup.sh | sh
```or manually:
```sh
cd && git clone https://github.com/polamjag/.dotfiles && .dotfiles/setup.sh
```btw this repo is [also hosted on bitbucket](https://bitbucket.org/polamjag/.dotfiles), so you can do same thing with that:
```sh
curl https://bitbucket.org/polamjag/.dotfiles/raw/master/setup.sh | sh
```## dependencies
### some commands written in go and ruby
install golang, set `$GOPATH` (default is `$HOME`) and execute `setup.sh lib`
### some vim plugins (w/ NeoBundle)
execute `./setup.sh vim` to install all plugins.