Add dotfiles from home directory
Tracks shell configs (zsh/bash), vim, tmux, irssi, fonts, themes, and ~/.local/bin scripts. Sensitive files (.ssh, .gnupg, history, credentials) and large app data are excluded via .gitignore.
This commit is contained in:
3
.local/bin/tmux-window-icon
Executable file
3
.local/bin/tmux-window-icon
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
symbols=(❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾ ❿)
|
||||
echo ${symbols[$1-1]}
|
||||
Reference in New Issue
Block a user