summaryrefslogtreecommitdiffstats
path: root/base16-shell
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-12-14 03:12:45 +0100
committeryushyin <yushyin@saga>2020-12-14 03:12:45 +0100
commit437ceadb6a8d67a61be8bcb97a476b954f184e87 (patch)
tree22963fa56824415792d0a7887a38e99132599682 /base16-shell
parent977df7eead79411180f01d9ef4474f835baf706e (diff)
downloaddotfiles-igor-master.tar.gz
dotfiles-igor-master.tar.xz
Add base16-shell, add playerctl hotkeyHEADmaster
Diffstat (limited to 'base16-shell')
-rw-r--r--base16-shell/config.zsh4
-rw-r--r--base16-shell/package.toml9
m---------base16-shell/repo0
3 files changed, 13 insertions, 0 deletions
diff --git a/base16-shell/config.zsh b/base16-shell/config.zsh
new file mode 100644
index 0000000..c94494b
--- /dev/null
+++ b/base16-shell/config.zsh
@@ -0,0 +1,4 @@
+# base16-shell
+base16_shell_theme_script=$HOME/.local/share/base16-shell/scripts/base16-monokai.sh
+[ -n "$PS1" ] && [ -s $base16_shell_theme_script ] && . $base16_shell_theme_script
+unset base16_shell_theme_script
diff --git a/base16-shell/package.toml b/base16-shell/package.toml
new file mode 100644
index 0000000..e4fc69d
--- /dev/null
+++ b/base16-shell/package.toml
@@ -0,0 +1,9 @@
+# base16-shell package
+
+[[files]]
+source = './repo'
+dest = '~/.local/share/base16-shell/'
+
+[[files]]
+source = './config.zsh'
+collection = 'zshrc'
diff --git a/base16-shell/repo b/base16-shell/repo
new file mode 160000
+Subproject ce8e1e540367ea83cc3e01eec7b2a11783b3f9e