Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjdonado/dotfiles
alacritty + tmux + zsh + nvim == 🏡
https://github.com/sjdonado/dotfiles
alacritty dotfiles-macos kitty lazy-nvim lua neovim startship tmux zsh
Last synced: about 4 hours ago
JSON representation
alacritty + tmux + zsh + nvim == 🏡
- Host: GitHub
- URL: https://github.com/sjdonado/dotfiles
- Owner: sjdonado
- Created: 2022-11-15T07:59:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T13:33:10.000Z (9 days ago)
- Last Synced: 2024-10-28T17:01:27.254Z (9 days ago)
- Topics: alacritty, dotfiles-macos, kitty, lazy-nvim, lua, neovim, startship, tmux, zsh
- Language: Lua
- Homepage:
- Size: 1.57 MB
- Stars: 8
- 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
- Init run `nvim .`
- Update plugins: `:Lazy`
- Update LSP servers, DAP servers, linters, and formatters: `:Mason`### Happy Hacking!