dotfiles
dotfiles for my macOS & Linux environments ⌨️
TypeScript★ 188⑂ 14 forksMITupdated 1 day ago
git clone https://github.com/elithrar/dotfiles.gitelithrar/dotfilesREADME.mdfork it — it’s yours
dotfiles
✏ dotfiles & installation script for my development environment.
Install
There are two major components:
install.sh- which sets up dependencies, installs Homebrew and related packages, and links in dotfiles, on macOS and Linux- The 'dotfiles' themselves -
.tmux.conf,.zshrc, etc.
Install the dependencies: package manager, packages, tooling:
sh install.sh 2>&1 | tee ~/install.log Running... _ _ _ _ _ (_)_ __ ___| |_ __ _| | | ___| |__ | | '_ \/ __| __/ _ | | | / __| '_ \ | | | | \__ \ || (_| | | |_\__ \ | | | |_|_| |_|___/\__\__,_|_|_(_)___/_| |_| ----- - Sets up a Linux or macOS based development machine. - Can be run in WSL on Windows! - Safe to run repeatedly (checks for existing installs) - Repository at https://github.com/elithrar/dotfiles - Fork as needed - Deeply inspired by https://github.com/minamarkham/formation -----
Use GNU Stow to automatically symlink the dotfiles:
# Assuming you've cloned to $HOME/repos/dotfiles
stow --dir="${HOME}/repos/dotfiles" --target="${HOME}" .
What I Use
- Ghostty on macOS as my primary terminal environment -
install.shwill install it for you. - zsh and oh-my-zsh as my shell.
- Zed as my editor (previously: VS Code)
- Berkeley Mono (TX-02) as my font.
License
📜 See LICENSE file for details.
more like this
agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
JavaScript★ 555
r2
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
TypeScript★ 50