1
0
Fork 0
Go to file
Anton Livaja d57f773cf2
add git submodule command to readme
2025-05-14 18:14:26 -07:00
X update dark and light blue colors 2025-03-01 13:48:36 -05:00
bash add .bashrc 2025-03-03 08:00:38 -08:00
dom0/etc add dom0 ssh policy 2025-03-04 13:57:04 -08:00
git add default editor config to .gitconfig 2025-05-14 18:07:52 -07:00
htop/.config/htop initial zsh, tmux htop 2024-12-01 16:53:56 -08:00
nvim/.config/nvim fix nvim version checks 2025-04-02 19:36:22 -07:00
qubes add docker.daemon to bind-dirs 2025-03-03 12:04:03 -08:00
tmux update tmux and zsh configs 2025-03-01 13:03:23 -05:00
zsh auto apply keyboard layout 2025-04-18 10:14:04 -07:00
.gitmodules nvim: lackluster theme 2024-12-04 23:01:24 -08:00
Makefile add scdaemon 2025-05-14 18:07:12 -07:00
README.md add git submodule command to readme 2025-05-14 18:14:26 -07:00
colemak_dh_matrix.xmodmap add keyboard layout 2025-04-17 14:44:11 -07:00

README.md

Dotfiles a la Stow

If starting on a new machine, begin by cloning this over https:

$ git clone https://git.distrust.co/anton/dotfiles
$ git submodule update --init --recursive

Qubes

The dom0 files have to be copied over to dom0 and placed into the correct location. To copy files over use the following command in a dom0 terminal:

$ qvm-run -pass-io <app_vm> 'cat path/to/file' > /path/

Split SSH

Ensure that the qubes-ssh-socket service is enabled

systemctl --user enable --now qubes-ssh-socket
systemctl --user status qubes-ssh-socket