Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ylogx/dotfiles
- Owner: ylogx
- Created: 2014-01-15T02:05:09.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T21:16:28.000Z (5 months ago)
- Last Synced: 2024-10-25T04:21:54.111Z (3 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: 381 KB
- Stars: 9
- Watchers: 3
- 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
```