A curated collection of tools and configs that power my daily workflow.
- A simple, fast, and powerful Git UI for the terminal.
- My interactive shell for a smooth terminal experience.
- My terminal of choice — modern, GPU-accelerated, and lightning fast.
- My main editor — lightweight yet powerful.
- A Neovim distribution I extend with my own tweaks.
- A modern, terminal file manager.
*F or showing off system info in style.
- An interactive CLI tool that helps with software engineering tasks.
Note to future self.....
- Run the following command to install dotfiles and packages (using a bare git repo)
curl https://raw.githubusercontent.com/cengebretson/dotfiles/master/.config/setup.sh | bash- Install applications using brew
brew bundle install --file=~/.config/Brewfile- Run fish command for fish plugins
fisher update- Run Lazy sync in neovim the first time starting up
Lazy sync
Many of the ideas for the tmux/nvim setup were inspired by discussions in the following repositories…