Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ylogx/dotfiles

Fully automated dev environment setup with dotfiles
https://github.com/ylogx/dotfiles

ansible bash bashrc brew dev-environment dev-environment-setup dev-tools development-environment dotfiles dotfiles-automation dotfiles-installer home mutt playbooks shell vimrc zshrc

Last synced: 3 months ago
JSON representation

Fully automated dev environment setup with dotfiles

Awesome Lists containing this project

README

        

# Dot Files

## Automated Installation

Run the following command and relax

```bash
curl -sL shubham.chaudhary.xyz/dotfiles | bash
```

See [chaudhary.xyz/dotfiles](http://shubham.chaudhary.xyz/dotfiles) for more info. For manual installation please read the instructions from [wiki](https://github.com/ylogx/dotfiles/wiki/Manual-Installation)

## Updating dotfiles

Easiest way to update dotfiles with lastest improvements and fixes is to use [homesick](https://github.com/andsens/homeshick) to sync dotfiles from this repo.
Once you've finished automated installation of these dotfiles, you can run:

```sh
hs pull
```