Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumacrae/dotfiles
:information_source: My dotfiles
https://github.com/callumacrae/dotfiles
Last synced: 2 months ago
JSON representation
:information_source: My dotfiles
- Host: GitHub
- URL: https://github.com/callumacrae/dotfiles
- Owner: callumacrae
- Created: 2014-06-03T11:43:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T10:44:32.000Z (3 months ago)
- Last Synced: 2024-10-10T00:11:10.068Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 1.6 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# callumacrae/dotfiles
My dotfiles repository, with magic installation.
Installs:
- Git if not already installed
- [hub](http://hub.github.com/)
- [ZSH](http://www.zsh.org/)
- [Prezto](https://github.com/sorin-ionescu/prezto)
- [Pure](https://github.com/sindresorhus/pure)
- Vim
- [Node.js](http://nodejs.org/) with [nvm](https://github.com/creationix/nvm), along with some global modules I use
- [irssi](http://www.irssi.org/) with modified [weed](https://github.com/ronilaukkarinen/weed) theme and some awesome scripts
- Some small miscellaneous stuff- Optionally will install PhpStorm and other graphical applications such as Virtualbox and Vagrant
## Magic installation
To set stuff up automatically, do this:
```
git clone [email protected]:callumacrae/dotfiles.git ~/.dotfiles
~/.dotfiles/install/install.sh
```Might not work on your machine.
## Todo
irssi should load notifier, queryresume, and vim-mode.
## Vagrant
Includes a Vagrantfile for testing. Run `vagrant up`, and then follow the steps
above to test shit.