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: 7 months ago
JSON representation
Fully automated dev environment setup with dotfiles
- Host: GitHub
- URL: https://github.com/ylogx/dotfiles
- Owner: ylogx
- Created: 2014-01-15T02:05:09.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T00:23:09.000Z (9 months ago)
- Last Synced: 2025-05-05T21:49:59.115Z (8 months ago)
- Topics: ansible, bash, bashrc, brew, dev-environment, dev-environment-setup, dev-tools, development-environment, dotfiles, dotfiles-automation, dotfiles-installer, home, mutt, playbooks, shell, vimrc, zshrc
- Language: Shell
- Homepage: https://shubham.chaudhary.xyz/dotfiles
- Size: 400 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```