Compare commits
12 Commits
bf77835d30
...
9307929381
| Author | SHA1 | Date | |
|---|---|---|---|
| 9307929381 | |||
| ff5897e3b2 | |||
| bfdb956341 | |||
| 6e2b5ddd78 | |||
| 1ed0157ffb | |||
| 00fd98e873 | |||
| b421fb0c95 | |||
| d8e0f3e78c | |||
| 4c7e4918c9 | |||
| a3d9e6c715 | |||
| 680aeac317 | |||
| 2dccc21d33 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -22,3 +22,6 @@
|
||||
[submodule "pkgbuilds/screencfg-git"]
|
||||
path = pkgbuilds/screencfg-git
|
||||
url = https://aur.archlinux.org/screencfg-git.git
|
||||
[submodule "pkgbuilds/google-earth-pro"]
|
||||
path = pkgbuilds/google-earth-pro
|
||||
url = https://aur.archlinux.org/google-earth-pro.git
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
ansible_run = ansible-playbook -e ansible_python_interpreter=/usr/bin/python3 --inventory localhost, --diff ./playbook.yml ${ANSIBLE_EXTRA_ARGS}
|
||||
ansible_run = ansible-playbook --inventory localhost, --diff ./playbook.yml ${ANSIBLE_EXTRA_ARGS}
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
|
||||
@@ -43,7 +43,7 @@ pandoc \
|
||||
--variable papersize=a4 \
|
||||
--variable date=$(date --iso-8601=date) \
|
||||
--variable fontsize=12pt \
|
||||
--variable fontfamily=libertine \
|
||||
--variable fontfamily=libertinus \
|
||||
--variable familydefault=sfdefault \
|
||||
--variable documentclass=scrartcl \
|
||||
--variable fontfamilyoptions= \
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
### Text ###
|
||||
|
||||
font = JetBrains Mono {{ machine.font_size }}
|
||||
font = JetBrainsMono, Fontawesome {{ machine.font_size }}
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
||||
13
maintenance.sh
Executable file
13
maintenance.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
|
||||
sudo pacman -Syu
|
||||
|
||||
./check-aur-updates.sh
|
||||
|
||||
ANSIBLE_DISPLAY_OK_HOSTS=false \
|
||||
ANSIBLE_DISPLAY_SKIPPED_HOSTS=false \
|
||||
ANSIBLE_EXTRA_ARGS='' \
|
||||
make
|
||||
14
packages.yml
14
packages.yml
@@ -73,7 +73,10 @@ font-dejavu:
|
||||
- ttf-dejavu-nerd
|
||||
font-libertine:
|
||||
archlinux:
|
||||
- ttf-linux-libertine
|
||||
- libertinus-font
|
||||
font-awesome:
|
||||
archlinux:
|
||||
- ttf-font-awesome
|
||||
git:
|
||||
# tk required for gitk
|
||||
archlinux: ["git", "tk", "git-delta", "git-filter-repo"]
|
||||
@@ -514,3 +517,12 @@ geeqie:
|
||||
xpath:
|
||||
archlinux:
|
||||
- perl-xml-xpath
|
||||
apache: # for apachebench
|
||||
archlinux:
|
||||
- apache
|
||||
xfce4-screenshooter:
|
||||
archlinux:
|
||||
- xfce4-screenshooter
|
||||
picom:
|
||||
archlinux:
|
||||
- picom
|
||||
|
||||
1
pkgbuilds/google-earth-pro
Submodule
1
pkgbuilds/google-earth-pro
Submodule
Submodule pkgbuilds/google-earth-pro added at 37b5b100d1
Submodule pkgbuilds/portfolio-performance-bin updated: 86b153e614...c256d8ac45
Submodule pkgbuilds/spotify updated: 6bf812eed6...6b42f034a0
Submodule pkgbuilds/terraform-ls-bin updated: 326a96877d...8cbca252ac
Submodule pkgbuilds/vim-plug updated: 8989fa106c...d9820b1826
@@ -225,6 +225,7 @@
|
||||
- name: terraform-ls-bin
|
||||
- name: grm-git
|
||||
- name: screencfg-git
|
||||
- name: google-earth-pro
|
||||
|
||||
- set_fact:
|
||||
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"
|
||||
|
||||
12
projector.sh
Executable file
12
projector.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
switch_back() {
|
||||
screencfg --setup laptop-only
|
||||
}
|
||||
trap switch_back EXIT
|
||||
|
||||
xrandr --output eDP-1 --off --output DP-1 --auto # --mode 1920x1080
|
||||
|
||||
|
||||
printf 'press ENTER or CTRL+C to switch back'
|
||||
read -r _
|
||||
@@ -50,7 +50,6 @@ export PATH="${PATH}:${CARGO_HOME}/bin"
|
||||
export PASSWORD_STORE_DIR="$XDG_STATE_HOME"/pass
|
||||
|
||||
export ANSIBLE_HOME="${XDG_CONFIG_HOME}/ansible"
|
||||
export ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible.cfg"
|
||||
export ANSIBLE_GALAXY_CACHE_DIR="${XDG_CACHE_HOME}/ansible/galaxy_cache"
|
||||
|
||||
export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker
|
||||
|
||||
Reference in New Issue
Block a user