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

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

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!

image