These dotfiles are subjective, keyboard shorcuts are focused to be more efficient to use with 40% keyboard.
Installation process is mostly based in next steps and bin/setup.sh script.
Some files could be uploaded to this repository (for security reasons) so these files must be created to store that sensitive information
touch ~/.secrets # holds any token accessible for you shell
touch ~/.gitconfig_local # your name and email# example .gitconfig_local
[user]
name = Your Name
email = your@email.combrew install zsh git tmux nvimCommon dotfiles could be linked directly using the script
./bin/setup.shTo add icons and fancy separators you can install nerd font specific for you needs, for this dotfiles repository I use JetBrains Mono. You can install it using brew.
brew install --cask font-jetbrains-mono-nerd-font font-jetbrains-mono-nerd-fontI use a lazyvim based neovim configuration, with some extra configuration, refer to the documentation for more information.
Fast and reliable terminal, new in town.
brew install --cask ghosttynote: If you don't like the icon you can search for another icon with extension .icns and drag and drop in settings cmd+i in app.
