Skip to content

dotfiles for my tmux and neovim. work in progress. new configs soon

Notifications You must be signed in to change notification settings

bittersoftware/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools:

  • Neovim:

    • Based on kickstart
    • Refactor from there to be more modular
    • Add (almost) only necessary plugins
  • Zellij:

    • Source: Zellij
    • Use custom theme that hides key shortcuts from screen
  • LF:

    • Source: LF
    • Use custom icons. See icons file
    • Save icons file in your .config directory
    • Load icons file in your terminal config (ex: .zshrc)
         # Add icons to lf
         [ -f ~/.config/LF_ICONS ] && {
              LF_ICONS="$(tr '\n' ':' <~/.config/LF_ICONS)" \
                  && export LF_ICONS
    }
    

About

dotfiles for my tmux and neovim. work in progress. new configs soon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages