Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 831 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 831 Bytes

Blazyinly fast Development Setup 🚀

Getting started

  1. Clone this repo into ~/.config/dotfiles

Terminal + multiplexer + shell

# Setup alacritty
brew install alacritty
ln -s "~/.config/dotfiles/alacritty/alacritty.toml" ~/.config/alacritty.toml

# Tmux config
brew install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

# Shell
chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install fzf

ln -sf "$PWD/zsh/.zshrc" ~/.zshrc

Editor

  • Default config
brew install nvim lua
ln -s "~/.config/dotfiles/nvim" ~/.config/nvim
  • Open nvim .
  • Check updates
:Lazy
:Mason

Happy Hacking!

image