https://github.com/shortcuts/dotfiles
my `.config` directory
https://github.com/shortcuts/dotfiles
alacritty configs dotfiles fish lua nvim rectangle starship tmux
Last synced: 4 months ago
JSON representation
my `.config` directory
- Host: GitHub
- URL: https://github.com/shortcuts/dotfiles
- Owner: shortcuts
- Created: 2022-01-21T17:05:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T20:03:25.000Z (8 months ago)
- Last Synced: 2025-10-04T16:48:11.818Z (4 months ago)
- Topics: alacritty, configs, dotfiles, fish, lua, nvim, rectangle, starship, tmux
- Language: Shell
- Homepage:
- Size: 279 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# dotfiles
Here you'll find what I use on a daily basis, located in my `~/.config` folder
- [nvim](https://github.com/shortcuts/dotfiles/tree/main/nvim)
- [fish](https://github.com/shortcuts/dotfiles/tree/main/fish)
- [tmux](https://github.com/shortcuts/dotfiles/tree/main/tmux)
- [ghostty](https://github.com/shortcuts/dotfiles/tree/main/ghostty)
- [starship](https://github.com/shortcuts/dotfiles/blob/main/starship.toml)
- [rectangle](https://github.com/shortcuts/dotfiles/blob/main/RectangleConfig.json)
## getting started
1. install [homebrew](https://brew.sh/)
2. install [gh](https://cli.github.com/manual/) `brew install gh`
3. login to [gh](https://cli.github.com/manual/gh_auth_login) `gh auth login`
4. remove existing `~/.config` folder `rm -rf ~/.config`
5. clone `git clone git@github.com:shortcuts/dotfiles.git ~/.config`
6. setup `bash ~/.config/install.sh`