Update font docs.

This commit is contained in:
2026-02-13 21:12:39 -05:00
parent faf8bf8170
commit fc9b2517c6
2 changed files with 8 additions and 11 deletions

View File

@@ -1,16 +1,13 @@
############################################################################### ###############################################################################
## Author: Shaun Reed | Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ## ## Author: Shaun Reed | Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ##
## ## ## ##
## A custom tmux multiplexer config / layout created for Manjaro i3 ## ## A custom tmux multiplexer config / layout created for KDE ##
## Inspired by vim-powerline: https://github.com/Lokaltog/powerline ##
## ## ## ##
## This config was created and tested with Powerline Consolas ## ## This config was tested with SauceCodePro Nerd Font Mono, Regular ##
## https://github.com/Lokaltog/powerline-fonts ## ## See: dot/.local/share/fonts/ ##
## Some symbols may require Font Awesome 5 Free Solid ## ## https://github.com/ryanoasis/nerd-fonts ##
## ## ## ##
############################################################################### ###############################################################################
# .tmux.conf
#
# If symbols or powerline layout fail to appear... # If symbols or powerline layout fail to appear...
# + Check your terminal emulator font settings include these fonts # + Check your terminal emulator font settings include these fonts
# + Check that required fonts are installed # + 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-style bg=colour233,fg=colour243
set -g status-left-length 40 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 # + Corrects gap on right of character that reveals BG color
# Note: No bold required, no BG reveal produced by symbol gaps on left side # 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 # Right side of status bar
set -g status-right-style bg=colour233,fg=colour243 set -g status-right-style bg=colour233,fg=colour243

View File

@@ -1,12 +1,12 @@
## Dotfiles ## 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 Once installed, editing source code in vim supports features displayed in the screenshot below
![Vim screenshot](VimScreenshot.png) ![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. 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.