Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emoriarty/dotfiles

My dotfiles
https://github.com/emoriarty/dotfiles

Last synced: 4 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# .files

These are a basic dotfiles based on [webpro/dotfiles](https://github.com/webpro/dotfiles).
It installs brew and [vim](http://www.vim.org/) among other resources.

## Package overview

* Core
* [Homebrew](http://brew.sh/), [homebrew-cask](http://caskroom.io/)
* zsh
* [nodenv](https://github.com/nodenv/nodenv)
* [rbenv](https://github.com/rbenv/rbenv)

### More tools and programs

* git
* git-extras
* neovim
* tree
* wget
* firefox
* google-chrome
* visual-studio-code

## Install

On a sparkling fresh installation of MacOS:
sudo softwareupdate -i -a
xcode-select --install

### Clone with git

git clone https://github.com/emoriarty/dotfiles.git ~/.dotfiles
source ~/.dotfiles/install.sh

## Additional resources

* [Awesome Dotfiles](https://github.com/webpro/awesome-dotfiles)
* [Homebrew](http://brew.sh/) / [FAQ](https://github.com/Homebrew/homebrew/wiki/FAQ)
* [homebrew-cask](http://caskroom.io/) / [usage](https://github.com/phinze/homebrew-cask/blob/master/USAGE.md)
* [Bash prompt](http://wiki.archlinux.org/index.php/Color_Bash_Prompt)
* [Ctags and vim](https://andrew.stwrt.ca/posts/vim-ctags/)

## Credits

Many thanks to the [dotfiles community](http://dotfiles.github.io/) and the creators of the incredibly useful tool.