summaryrefslogtreecommitdiffstats
path: root/config.toml
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 /config.toml
parent977df7eead79411180f01d9ef4474f835baf706e (diff)
downloaddotfiles-igor-437ceadb6a8d67a61be8bcb97a476b954f184e87.tar.gz
dotfiles-igor-437ceadb6a8d67a61be8bcb97a476b954f184e87.tar.xz
Add base16-shell, add playerctl hotkeyHEADmaster
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 601044e..a39faa5 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,10 @@
repositories = { main = { path = './' } }
[configurations.interactive]
-packages = ['git', 'vim', 'tmux']
+packages = ['git', 'vim', 'tmux', 'zsh', 'base16-shell']
+
+[configurations.interactive.collections.zshrc]
+destination = '~/.zshrc'
[configurations.desktop]
dependencies = ['interactive']