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:
@@ -25,7 +25,6 @@ common_packages:
|
||||
- fzf
|
||||
- git
|
||||
- jq
|
||||
- tmux
|
||||
- tree
|
||||
- unzip
|
||||
- vim
|
||||
@@ -42,18 +41,10 @@ common_dotfiles:
|
||||
src: .bash_profile
|
||||
dest: .bash_profile
|
||||
mode: "0644"
|
||||
- name: .tmux.conf
|
||||
src: .tmux.conf
|
||||
dest: .tmux.conf
|
||||
mode: "0644"
|
||||
- name: .vimrc
|
||||
src: .vimrc
|
||||
dest: .vimrc
|
||||
mode: "0644"
|
||||
- name: tmux config directory
|
||||
src: .tmux/
|
||||
dest: .tmux/
|
||||
mode: preserve
|
||||
- name: bat config
|
||||
src: .config/bat/.config/bat/
|
||||
dest: .config/bat/
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -33,6 +33,7 @@ void_packages_base:
|
||||
- seahorse
|
||||
- socklog
|
||||
- socklog-void
|
||||
- tmux
|
||||
- ufw
|
||||
- void-repo-nonfree
|
||||
- vpm
|
||||
|
||||
Reference in New Issue
Block a user