Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/broady/dotfiles
https://github.com/broady/dotfiles
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/broady/dotfiles
- Owner: broady
- License: apache-2.0
- Created: 2015-08-21T04:14:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T23:11:39.000Z (over 4 years ago)
- Last Synced: 2024-04-16T11:51:52.434Z (7 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I will begin adding some of my computer's configuration files to this repository.
Sample usage:
$ git clone https://github.com/broady/dotfiles.git ~/.broady-dotfiles
$ echo 'for f in ~/.broady-dotfiles/rc/*; do . $f; done' >> ~/.bash_login### rc/cdgo.bash
Changes working directory to the source code of a Go package. Includes bash completion.
For example:
$ cdgo net/http
Changing into /Users/cbro/go/src/net/http### rc/gh-markdown.bash
Renders GitHub flavored Markdown.
For example:
$ gh-markdown -http README.md &
$ open http://localhost:8787### vimrc
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim +PluginInstall +qall
$ go get golang.org/x/tools/cmd/goimports
$ go get github.com/nsf/gocode
$ go get github.com/rogpeppe/godef
$ cd ~/.vim/bundle/YouCompleteMe && ./install.py# License
[Apache 2.0](LICENSE)