22 - Wes Braga
Hey! This is Adib. I hope you’re enjoying this newsletter as much as I do!
If you would like to share your dotfiles, check Dotfile’s about page.
Also, consider joining our Discord community! ❤️
Wes is a musician turned programmer based out of Nashville, Music City TN. He's been programming professionally for 4 years.
He enjoys finding and building CLI tools, and architecting full-stack web applications.
You can also find him slapping the bass guitar or shredding on the electric guitar on Instagram at @wesbragagt
"You can't hold no groove if you ain't got no pocket" - Victor Wooten
Neovim and Terminal
For his development setup, he uses Fzf heavily and fzf-lua
within Neovim along with Tmux and christoomey/vim-tmux-navigator
for a seamless integration between both. He has a preference for managing window splits within Tmux. Also, Ctrl + Space is the prefix that rules his Tmux keybindings.
Favorite Tools
Alacrity: A cross-platform, OpenGL terminal emulator.
Tmux: Terminal Multiplexer.
Ripgrep: Blazingly fast grep replacement built in Rust.
Repgrep: Find and replace that just works.
vim-tmux-navigator: Seemless integration between Vim and Tmux splits.
Fzf: A command-line fuzzy finder.
My Dotfiles
You can find Wes’s dotfile here 👉🏻 https://github.com/wesbragagt/.dotfiles
Install Dependencies
For that, you can check out how he manages to install dependencies in a new machine with his Ansible Setup
chmod +x ./setup.sh
./setup.sh
nvim and :PackerSync