1
0
Fork 0
Go to file
Anton Livaja 1fe29923db
fix nvim version checks
2025-04-02 19:36:22 -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 update gitconfig user details 2025-02-28 11:05:48 -05: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 fix alt + d 2025-03-04 14:13:34 -08:00
.gitmodules nvim: lackluster theme 2024-12-04 23:01:24 -08:00
Makefile add venv to apt packages 2025-03-11 11:36:03 -07:00
README.md typo fix 2025-03-04 14:10:41 -08: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

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