From a3939ef62ee17b9dc8c0eefc4ae7e9091fc27d0a Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:31:29 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 27 ++++++++++++++++++++++++++- tags | 6 +++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2218e7..278b871 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ things got complex enough that I needed it. The branches all contain previous iterations, with the exception of fish-shell which was used to test out using fish as my login shell before committing. -# How to setup GPG because it makes me want to toss the computer out the window +## How to setup GPG because it makes me want to toss the computer out the window ```fish gpg --full-gen-key @@ -48,3 +48,28 @@ gpg --armor --export $key | copyq copy - ``` Go to and add the copied key to your account. + +## Themes + +### GRUB + +```conf +# /etc/default/grub +GRUB_THEME="/usr/share/grub/themes/catppuccin-/theme.txt" +``` + +`sudo grub-mkconfig -o /boot/grub/grub.cfg` + +### SDDM + +### TTY + +```fish +git clone https://github.com/catppuccin/tty.git +cd tty +./generate.sh | copyq copy - +``` + +Edit `/etc/default/grub` and append copied content to `GRUB_CMDLINE_LINUX`. + +`sudo grub-mkconfig -o /boot/grub/grub.cfg` diff --git a/tags b/tags index a8d4fe1..9edd59c 100644 --- a/tags +++ b/tags @@ -85,8 +85,9 @@ Copy mode dot_config/tmux/tmux.conf /^bind -T copy-mode-vi -N 'Copy mode: Switch Copy mode dot_config/tmux/tmux.conf /^bind -T copy-mode-vi -N 'Copy mode: switch to pane (left)' C-h if-shell "${IS_VIM} || ${IS_FZF}/;" k Copy mode dot_config/tmux/tmux.conf /^bind -T copy-mode-vn -N 'Copy mode: Switch to pane (right)' C-l if-shell "${IS_VIM} || ${IS_FZF}/;" k Copy mode dot_config/tmux/tmux.conf /^bind -T copy-mode-vn -N 'Copy mode: Switch to pane (up)' C-k if-shell "${IS_VIM} || ${IS_FZF}/;" k +GRUB README.md /^### GRUB$/;" S section:mar does dotfiles""Themes General dot_config/openrazer/razer.conf /^[General]$/;" s -How to setup GPG because it makes me want to toss the computer out the window README.md /^# How to setup GPG because it makes me want to toss the computer out the window$/;" c +How to setup GPG because it makes me want to toss the computer out the window README.md /^## How to setup GPG because it makes me want to toss the computer out the window$/;" s chapter:mar does dotfiles IO2049F50104914 dot_config/openrazer/persistence.conf /^[IO2049F50104914]$/;" s IS_FZF dot_config/tmux/tmux.conf /^IS_FZF="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\\\S+\\\\\/)?fzf$'"$/;" k IS_VIM dot_config/tmux/tmux.conf /^IS_VIM="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\\\S+\\\\\/)?g?(view|n?/;" k @@ -96,8 +97,11 @@ Notif_center_reset_notifs_container dot_config/awesome/ui/notif-panel/init.lua / PM2038H11502057 dot_config/openrazer/persistence.conf /^[PM2038H11502057]$/;" s Remember dot_config/awesome/lib/savefloats.lua /^function Remember(c)$/;" f Restore dot_config/awesome/lib/savefloats.lua /^function Restore(c)$/;" f +SDDM README.md /^### SDDM$/;" S section:mar does dotfiles""Themes Settings dot_config/gtk-3.0/settings.ini /^[Settings]$/;" s Startup dot_config/openrazer/razer.conf /^[Startup]$/;" s +TTY README.md /^### TTY$/;" S section:mar does dotfiles""Themes +Themes README.md /^## Themes$/;" s chapter:mar does dotfiles [""] dot_config/nvim/lua/plugins/nvim-cmp.lua /^ [""] = function(fallback)$/;" f [""] dot_config/nvim/lua/plugins/example.lua /^ [""] = cmp.mapping(function(fallback)$/;" f [""] dot_config/nvim/lua/plugins/example.lua /^ [""] = cmp.mapping(function(fallback)$/;" f