Skip to content

Latest commit

 

History

History
executable file
·
28 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

executable file
·
28 lines (18 loc) · 1.22 KB

DOTFILES

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

Dependencies

  • (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 alternative ls Ex: brew install eza

Installation

Set the PATH_TO_DOTFILES to the path inside the setup.sh file

sh setup.sh

Extra

TMUX SESSION MANAGEMENT TOOL (TM)

Set variables TM_SEARCH_DIRS to make use of tm tool functionalities. Use tm -h or check tmux/tools.sh for details