An open API service indexing awesome lists of open source software.

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 🚀

Awesome Lists containing this project

README

          

# Simon's config files 🚀

![dotfiles](https://socialify.git.ci/simono/dotfiles/image?custom_description=Simon%27s+config+files+%F0%9F%9A%80&description=1&font=Source+Code+Pro&language=1&name=1&owner=1&pattern=Plus&theme=Auto)

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!