Skip to content

edderrd/dotfiles

Repository files navigation

edder's dotfiles

These dotfiles are subjective, keyboard shorcuts are focused to be more efficient to use with 40% keyboard.

screenshot

Pre-requisites

Install

Installation process is mostly based in next steps and bin/setup.sh script.

Secrets

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.com

Dependencies

brew install zsh git tmux nvim

Initial Setup

Common dotfiles could be linked directly using the script

./bin/setup.sh

Nerd fonts

To 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-font

Neovim

I use a lazyvim based neovim configuration, with some extra configuration, refer to the documentation for more information.

Ghostty

Fast and reliable terminal, new in town.

brew install --cask ghostty

note: 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.

About

edder's dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published