/georgijd-dotfiles

πŸš€ tmux, ohmyzsh, powerlevel10k, neovim πŸ”§

Primary LanguageShell

Georgi's dotfiles

Build Status

How to install

❗ Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

For more information run make help

git clone https://github.com/georgijd/dotfiles.git ~/dotfiles
cd ~/dotfiles
make

Useful Links

  • ohmyzsh Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.
  • powerlevel10k Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
  • fzf A command-line fuzzy finder
  • bat A cat(1) clone with wings.
  • lsd The next gen ls command

Screenshots

Tmux

The tmux status is centered and has colour coded indicators for:

  • client prefix colour012 colour012 (Blue)
  • copy mode colour003 colour003 (Yellow)
  • zoomed panes colour002 colour002 (Green)
  • synchronized panes colour001 colour001 (Red)

Tmux status bar

Shell

Command history search with fzf

FZF Ctrl+R

Autocompletion file preview with fzf and bat

FZF File Preview

Autocompletion directory preview with fzf and lsd

FZF Directory Preview

Neovim

Session management with vim-startify

VIM Startify

Terminal with nvim-toggleterm.lua

NVIM Toggleterm

And much more