mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Restrict tmux and desktop tools to Void hosts
This commit is contained in:
@@ -152,6 +152,14 @@ desktop_common_dotfiles:
|
||||
src: .themes.gitignore
|
||||
dest: .themes.gitignore
|
||||
mode: "0644"
|
||||
- name: .tmux.conf
|
||||
src: .tmux.conf
|
||||
dest: .tmux.conf
|
||||
mode: "0644"
|
||||
- name: tmux config directory
|
||||
src: .tmux/
|
||||
dest: .tmux/
|
||||
mode: preserve
|
||||
- name: Emacs config
|
||||
src: .emacs.d/
|
||||
dest: .emacs.d/
|
||||
|
||||
Reference in New Issue
Block a user