Skip to content

trevorbernard/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My various configuration files managed with GNU Stow.

Usage

These dotfiles are managed using GNU Stow. To install a specific configuration:

stow -t $HOME <directory>

For example, to install tmux configuration:

stow -t $HOME tmux

To install all configurations at once:

for dir in */; do
  stow -t $HOME ${dir%/}
done

Configurations

TMUX

Mac specific configuration

The following packages should be installed to get optimal TMUX experience on MacOS.

brew install reattach-to-user-namespace
brew install pam-reattach

ZSH

Configuration for ZSH shell with Starship prompt.

Git

Git configuration and aliases.

Ghostty

Configuration for the Ghostty terminal emulator with platform-specific settings.

Lein

Leiningen configuration for Clojure development with CIDER integration and useful aliases.

About

Various dot files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published