https://github.com/faridrashidi/dotfiles
📦 My Dotfiles and Setup Scripts
https://github.com/faridrashidi/dotfiles
bash dev-env dotfiles linux macos setup zsh
Last synced: about 7 hours ago
JSON representation
📦 My Dotfiles and Setup Scripts
- Host: GitHub
- URL: https://github.com/faridrashidi/dotfiles
- Owner: faridrashidi
- License: mit
- Created: 2026-05-21T02:13:11.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-05-30T02:15:32.000Z (12 days ago)
- Last Synced: 2026-05-30T04:11:51.519Z (12 days ago)
- Topics: bash, dev-env, dotfiles, linux, macos, setup, zsh
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles and macOS/Linux setup automation, managed with [pixi](https://github.com/prefix-dev/pixi) and [chezmoi](https://github.com/twpayne/chezmoi).
## Installation
```bash
git clone https://github.com/faridrashidi/dotfiles
cd dotfiles
./bootstrap
```
## Update
```bash
pixi self-update && pixi-global-outdated && pixi-global-sync
npm -g outdated && npm -g update
pipx upgrade-all
apps -o && apps -u
```