https://github.com/ricoberger/dotfiles
Personal dotfiles for Ghostty, Neovim, tmux, zsh, etc.
https://github.com/ricoberger/dotfiles
gh-cli ghostty neovim starship tmux zsh
Last synced: 10 months ago
JSON representation
Personal dotfiles for Ghostty, Neovim, tmux, zsh, etc.
- Host: GitHub
- URL: https://github.com/ricoberger/dotfiles
- Owner: ricoberger
- License: mit
- Created: 2025-02-12T19:24:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:21:49.000Z (11 months ago)
- Last Synced: 2025-04-02T17:52:51.298Z (11 months ago)
- Topics: gh-cli, ghostty, neovim, starship, tmux, zsh
- Language: Lua
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles

## Usage
- Install the `Cascadia Code` font:
[https://github.com/microsoft/cascadia-code](https://github.com/microsoft/cascadia-code)
- Install [Homebrew](https://brew.sh) and the Brewfile
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle install --file=Brewfile
```
- Set zsh as default shell
```sh
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)
```
- Clone and install the dotfiles
```sh
git clone git@github.com:ricoberger/dotfiles.git
cd dotfiles
./install.sh && source ~/.zshrc
```