diff --git a/.tmux.conf b/.tmux.conf index f65f78d..b59ea93 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,16 +1,13 @@ ############################################################################### ## Author: Shaun Reed | Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ## ## ## -## A custom tmux multiplexer config / layout created for Manjaro i3 ## -## Inspired by vim-powerline: https://github.com/Lokaltog/powerline ## +## A custom tmux multiplexer config / layout created for KDE ## ## ## -## This config was created and tested with Powerline Consolas ## -## https://github.com/Lokaltog/powerline-fonts ## -## Some symbols may require Font Awesome 5 Free Solid ## +## This config was tested with SauceCodePro Nerd Font Mono, Regular ## +## See: dot/.local/share/fonts/ ## +## https://github.com/ryanoasis/nerd-fonts ## ## ## ############################################################################### -# .tmux.conf -# # If symbols or powerline layout fail to appear... # + Check your terminal emulator font settings include these fonts # + Check that required fonts are installed @@ -57,10 +54,10 @@ set -g status-style fg=colour240,bg=colour233 set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 -# Note: Powerline font requires alternate of bold on right side +# Note: SauceCodePro font requires alternate of bold on right side # + Corrects gap on right of character that reveals BG color # Note: No bold required, no BG reveal produced by symbol gaps on left side -# + Font: Sauce Code Pro (NERD patch) +# + Font: SauceCodePro (NERD patch, Regular) # Right side of status bar set -g status-right-style bg=colour233,fg=colour243 diff --git a/README.md b/README.md index f453632..7481961 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ## Dotfiles -Dotfiles configurations for headless Ubuntu 22.04 linux environments. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins. +Dotfiles configurations for headless Kubuntu linux environments. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins. Once installed, editing source code in vim supports features displayed in the screenshot below ![Vim screenshot](VimScreenshot.png) -### Install Dotfiles +### Install If you don't install `vim-gtk3`, vim will not have access to your system clipboard, and your copy and paste buffers will not stay in sync.