This repository contains my personal configuration files for development environment. It is NOT meant to be a turnkey solution but only meant as a matter of record and reference for people who are interested in my configuration.
Repository includes config
and rc
files for zsh
, tmux
, nvim
and ghostty
- (optional)
rg
for faster parallel grep Ex:brew install ripgrep
- (optional)
fd
simpler, faster find Ex:brew install fd
- (optional)
fzf
for fuzzy search Ex:brew install fzf
- (optional)
zoxide
for directory navigation Ex:brew install zoxide
- (optional)
bat
cat
with syntax highlighting Ex:brew install bat
- (optional)
eza
alternativels
Ex:brew install eza
Set the PATH_TO_DOTFILES
to the path inside the setup.sh
file
sh setup.sh
Set variables TM_SEARCH_DIRS
to make use of tm
tool functionalities. Use tm -h
or check tmux/tools.sh
for details