1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Anton Livaja 64eed8f4e8
clean up makefile 2025-03-04 13:59:27 -08:00
Anton Livaja 3f98971ed6
add dom0 ssh policy 2025-03-04 13:57:04 -08:00
Anton Livaja 85029219e9
add qubes notes 2025-03-04 13:56:52 -08:00
3 changed files with 26 additions and 7 deletions

View File

@ -2,20 +2,18 @@ QUBES_DIRS = qubes dom0
ALL_DIRS = $(shell ls -d */ | sed 's#/##')
GENERAL_DIRS = $(filter-out $(QUBES_DIRS), $(ALL_DIRS))
.PHONY: all update-git-submodule apply-general apply-qubes install-apt-essentials clean
.PHONY: all apply-general apply-qubes install-apt-essentials clean
all: update-git-submodule apply-general apply-qubes
update-git-submodule:
@echo "Installing git submodules..."
git submodule update --init --recursive
all: apply-general apply-qubes
apply-general:
@echo "Applying general configurations..."
rm ~/.Xresources
stow --target=$(HOME) $(GENERAL_DIRS)
apply-qubes:
@echo "Applying Qubes configurations..."
sudo rm -rf /rw/config/rc.local
sudo stow --target=/ qubes
install-apt-essentials:
@ -42,7 +40,6 @@ install-apt-essentials:
luarocks \
-y
clean:
@echo "Removing stowed configurations..."
stow -D --target=$(HOME) $(GENERAL_DIRS)

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# 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
```

View File

@ -0,0 +1 @@
ques.SshAgent * @anyvm @anym ask target=vault