From 5a03cef1e9d7a9f8298b0de0580440c8506696c4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 13 Apr 2024 08:15:47 -0600 Subject: [PATCH 1/3] Remove `zsh-tmux-multisession` `zsh-tmux-multisession` is 404, remove Signed-off-by: Joe Block --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 407e3b3..afe4568 100644 --- a/README.md +++ b/README.md @@ -1289,7 +1289,6 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [titles](https://github.com/jreese/zsh-titles) - Automatic window and tab titles for [tmux](https://tmux.github.io) and xterm-compatible terminals. - [tm](https://github.com/kjhaber/tm.zsh) - Simplifies creating new [tmux](https://tmux.github.io) sessions, attaching to existing sessions, switching between sessions, and listing active sessions. - [tmux-auto-title](https://github.com/mbenford/zsh-tmux-auto-title) - Automatically sets the title of windows/panes as the current foreground command. -- [tmux-multisession](https://github.com/nichus/zsh-tmux-multisession) - Plugin for [tmux](https://tmux.github.io) to support multiple sessions on a single server process. - [tmux-rename](https://github.com/sei40kr/zsh-tmux-rename) - Rename [tmux](https://tmux.github.io) windows automatically. - [tmux-simple](https://github.com/TBSliver/zsh-plugin-tmux-simple) - Simple plugin for using [tmux](https://tmux.github.io) with ZSH. - [tmux-vim-integration](https://github.com/jsahlen/tmux-vim-integration.plugin.zsh) - Open files in a running `vim` (or NeoVim) session, from an adjacent [tmux](https://tmux.github.io) pane. From f3af1bf0a52fb12b1dd3326bef70b576f96ec3f6 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 13 Apr 2024 08:19:23 -0600 Subject: [PATCH 2/3] Add `tulioribeiro/zsh-tcr-theme` https://github.com/tulioribeiro/zsh-tcr-theme/issues/1 is closed, add `tulioribeiro/zsh-tcr-theme` Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afe4568..c876376 100644 --- a/README.md +++ b/README.md @@ -2486,6 +2486,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th - [t2er](https://github.com/t2er/t2er-zsh-theme) - Minimalist theme with `git` decorations. - [tabaf](https://github.com/bvc3at/tabaf-zsh-theme) - Minimal ZSH theme optimized for dark backgrounds. - [tarcadia](https://github.com/Tarcadia/tarcadia-zsh-theme) - Based on [jonathan](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/jonathan.zsh-theme). Includes decorators for current directory and `git` status. +- [tcr](https://github.com/tulioribeiro/zsh-tcr-theme) - Minimalist theme, shows decorators for current directory, `git` status information & `nvm` version. - [temeraf](https://github.com/filiptoma/temeraf-zsh) - Minimalist theme with decorations for `git` status, timestamps and last exit status. - [tepig-ys](https://github.com/thingerpig/tepig-ys.zsh-theme) - Includes `git` status decorations and conda/virtualenv status. - [termux](https://github.com/rooted-cyber/Termux-zsh-theme) - Minimalist theme. From 5307610bc6999dffdf478fd56974e5a956b1668b Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 13 Apr 2024 08:25:54 -0600 Subject: [PATCH 3/3] Add `anasouardini/portal` plugin Add `anasouardini/portal` plugin. Closes https://github.com/anasouardini/portal/issues/2 Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c876376..394082c 100644 --- a/README.md +++ b/README.md @@ -1123,6 +1123,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [pnpm (ntnyq)](https://github.com/ntnyq/omz-plugin-pnpm) - Adds useful aliases for common [pnpm](https://pnpm.io/) commands. - [poetry (darvid)](https://github.com/darvid/zsh-poetry) - Automatically activates and deactivates [Poetry](https://poetry.eustace.io/)-created python virtualenvs. - [poetry (sudosabin)](https://github.com/sudosubin/zsh-poetry) - Enables poetry `$PATH` and autocompletions. +- [portal](https://github.com/anasouardini/portal/) - A very basic script for jumping to/from paths without having to do write the whole path, open multiple terminal sessions or do a file system search using [fzf](https://github.com/junegunn/fzf). - [posh-git-bash](https://github.com/lyze/posh-git-sh) - Adds `git` status in your prompt. - [ppsmon](https://github.com/mzpqnxow/ppsmon) - Reads `/sys/class/net/$interface/` to keep track of packet transmission rates. It stores the current rate to a file in the RAM backed filesystem where it can be easily accessed for display in a shell-prompt. Linux-only due to use of `/sys`. - [pr-cwd](https://github.com/zpm-zsh/pr-cwd) - Creates a global variable with current working directory. Plugin has integration with [jocelynmallon/zshmarks](https://github.com/jocelynmallon/zshmarks).