https://github.com/simono/dotfiles
Simon's config files 🚀
https://github.com/simono/dotfiles
bat brewfile dotfiles dotfiles-setup fish fzf git homebrew rg ripgrep shell starship terminal tmux vim zed zsh
Last synced: 5 months ago
JSON representation
Simon's config files 🚀
- Host: GitHub
- URL: https://github.com/simono/dotfiles
- Owner: simono
- Created: 2011-06-26T11:34:39.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T20:50:16.000Z (5 months ago)
- Last Synced: 2026-01-27T22:36:21.922Z (5 months ago)
- Topics: bat, brewfile, dotfiles, dotfiles-setup, fish, fzf, git, homebrew, rg, ripgrep, shell, starship, terminal, tmux, vim, zed, zsh
- Language: Shell
- Homepage:
- Size: 450 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon's config files 🚀

Welcome to my collection of dotfiles! These configuration files are for various programs and tools I use regularly. Feel free to use, fork, and modify them as you see fit.
> [!NOTE]
> My dotfiles are managed with [Dotbot](https://github.com/anishathalye/dotbot) to streamline the installation and management process.
## Installation
```sh
git clone git@github.com:simono/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
fish -c "source fish/functions/so-dotfiles-update.fish; so-dotfiles-update"
```
## Included Programs
Below is a list of the programs I have configuration files for, along with a short description and links to their homepages:
- **[Homebrew](https://brew.sh/):** The Missing Package Manager for macOS.
- **[Ghostty](https://ghostty.org/):** A fast and feature-rich terminal emulator.
- **[fish](https://fishshell.com):** A smart and user-friendly command line shell.
- **[fisher](https://github.com/jorgebucaran/fisher):** A plugin manager for fish.
- **[Tide](https://github.com/IlanCosman/tide):** The ultimate fish prompt.
- **[Git](https://git-scm.com):** A distributed version control system.
- **[worktrunk](https://github.com/nicois/worktrunk):** A tool for managing git worktrees.
- **[Delta](https://github.com/dandavison/delta):** A syntax-highlighting pager for `git` output.
- **[Vim](https://www.vim.org/):** A highly configurable text editor.
- **[Zed](https://zed.dev/):** A next-generation code editor.
- **[bat](https://github.com/sharkdp/bat):** A `cat` clone with syntax highlighting and Git integration.
- **[eza](https://github.com/eza-community/eza):** A modern alternative to `ls`.
- **[fd](https://github.com/sharkdp/fd):** A simple, fast alternative to `find`.
- **[ripgrep (rg)](https://github.com/BurntSushi/ripgrep):** A line-oriented search tool.
- **[television](https://github.com/alexpasmantier/television):** A fuzzy finder for the terminal.
- **[zoxide](https://github.com/ajeetdsouza/zoxide):** A smarter `cd` command.
---
Thank you for checking out my dotfiles! Enjoy customizing your setup.
> [!IMPORTANT]
> I make changes to these configurations often, so if you decide to use them, please keep this in mind. Feedback and contributions are always welcome!