Skip to content

bradybhalla/dotfiles

Repository files navigation

dotfiles

A few of my more important dotfiles. Meant for use with zsh on MacOS. If not using homebrew to install command line tools, some paths in .zshrc will need to be changed.

Main Components

  • Powerlevel10k prompt
  • Catppuccin theme
  • MesloLGS Nerd Font (install if needed)
  • Keybindings for use with tmux
  • ⌥ <space> for window control
  • ⌃⌥⌘ <space> to quickly open an app
  • Various other shortcuts
  • Catppuccin theme
  • LSP, autocomplete, telescope, and more

Tools to Install

  • Used to install almost everything else (on MacOS)
  • Very nice prompt
  • Install with homebrew
  • Fuzzy finder
  • Keybindings Ctrl-T to find a file and Ctrl-R to find a previous command
  • <command> <directory>/** + tab to pick a file in another directory
  • Install with homebrew
  • better grep
  • Easily search for text in files recursively through a directory
  • Install with homebrew
  • better find
  • Easily search for files
  • Install with homebrew
  • Git UI in the terminal
  • Install with homebrew
  • Terminal multiplexer
  • Prefix is Ctrl-S
  • Install with homebrew
  • Interactive process viewer
  • Install with homebrew
  • Python package and version manager
  • Install with homebrew

Setup

dotfiles

./configure.sh

This script will back up existing files and copy everything in this repository to the correct location in the home directory.

Install everything listed in the "Tools to Install" section

  1. Once homebrew is installed, run
brew install neovim powerlevel10k fzf ripgrep fd lazygit tmux htop miniconda
  1. zsh-syntax-highlighting and zsh-autosuggestions still need to be cloned

Configure Neovim

  1. Open Neovim and wait for plugins to install.
  2. Install language servers, formatters, debuggers. If you don't have them already, use :Mason.
  3. Install common additional treesitter parsers with :SetupTreesitter. Other parsers can be installed with :TSInstall <parser name>.
  4. Restart Neovim and type :checkhealth to make sure everything is working correctly.

Keyboard Maestro

In Keyboard Maestro preferences, check "Sync Macros" and choose Keyboard Maestro Macros.kmsync.

About

zsh, neovim, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published