Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrigankdoshy/dotfiles
My macOS configuration files
https://github.com/mrigankdoshy/dotfiles
dotfiles dotfiles-macos macos starship warp zsh
Last synced: 3 days ago
JSON representation
My macOS configuration files
- Host: GitHub
- URL: https://github.com/mrigankdoshy/dotfiles
- Owner: mrigankdoshy
- Created: 2024-01-01T21:49:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:33:49.000Z (10 months ago)
- Last Synced: 2024-04-09T17:35:27.485Z (10 months ago)
- Topics: dotfiles, dotfiles-macos, macos, starship, warp, zsh
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My macOS configuration files
I usually use:
- Shell: [Zsh](https://www.zsh.org)
- Terminal: [Warp](https://www.warp.dev)
- Prompt: [Starship](https://starship.rs)
- Code Editor: [VS Code](https://code.visualstudio.com)## π οΈ Installation
**Warning:** This repo is mainly for me, but 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!
- Download the `.install.sh` script and run
```sh
chmod +x ./.install.sh && ./.install.sh
```## π§ Updates
This repository will be updated from time to time to tailor my needs, and as I get time to make improvements to the install process (such as updating the default macOS settings)