https://github.com/sjdonado/dotfiles
macos development setup: ghostty, tmux, nvim, fish and homebrew
https://github.com/sjdonado/dotfiles
dotfiles-macos fish ghostty lazy-nvim lua neovim tmux
Last synced: 23 days ago
JSON representation
macos development setup: ghostty, tmux, nvim, fish and homebrew
- Host: GitHub
- URL: https://github.com/sjdonado/dotfiles
- Owner: sjdonado
- Created: 2022-11-15T07:59:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T03:51:28.000Z (24 days ago)
- Last Synced: 2025-04-08T04:28:28.464Z (24 days ago)
- Topics: dotfiles-macos, fish, ghostty, lazy-nvim, lua, neovim, tmux
- Language: Lua
- Homepage:
- Size: 1.66 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Blazyinly fast Development Setup 🚀
## Getting started
1. Clone this repo into `~/.config/dotfiles`
### Boostrap
- Init run `boostrap.sh`
- Update Brewfile: `brew bundle dump --describe --force`### Terminal multiplexer
- Init run `tmux`
- Install plugins: Press `prefix` + `I` (capital i, as in Install)### Text editor
- Setup `./bin/setup_nvim_dependencies.sh`
- Initial run `nvim .`
- Update plugins: `:Lazy`
- Update LSP servers, DAP servers, linters, and formatters: `:Mason`### Happy Hacking!
![]()