Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaustubhpatange/dotfiles
.files + programs for my day to day programming needs -- sensible defaults for Debian and macOS.
https://github.com/kaustubhpatange/dotfiles
ansbile debian dotfiles macos
Last synced: about 1 month ago
JSON representation
.files + programs for my day to day programming needs -- sensible defaults for Debian and macOS.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/dotfiles
- Owner: KaustubhPatange
- Created: 2024-09-18T14:28:10.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T16:20:30.000Z (2 months ago)
- Last Synced: 2024-11-03T17:22:59.030Z (2 months ago)
- Topics: ansbile, debian, dotfiles, macos
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaustubh's dotfiles
.files + programs for my day to day programming needs -- sensible defaults for Debian and macOS
## Installation
Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
```
git clone https://github.com/KaustubhPatange/dotfiles ~/dotfiles
```The environment will be bootstrapped using [Ansbile](https://www.ansible.com/). Ensure you have the cli installed on your operation system. Follow [this guide](https://docs.ansible.com/ansible/latest/installation_guide/installation_distros.html#) for more info.
```
ansible-playbook --ask-become-pass -v ~/dotfiles/bootstrap.yml
```Each task in the playbook is idempotent; for example, it ensures that the necessary content is present in `.zshrc` and other configuration files every time the playbook is executed.
### What changes will it do to my system?
The following list will be updated based on any changes made in the playbook. Consider it as a release notes for latest version.
**zsh, git, node18, python3, rust, zsh as default shell, oh-my-zsh, powerlevel10k + config, hack nerd fonts, alacritty + config, tmux + config, neovim 0.9 + my config.**
Note: MacOS setup is still under development.