Placeholders for commands

This commit is contained in:
David Heinemeier Hansson 2024-05-27 16:46:33 -07:00
parent a7d96dc25d
commit 748d826d12
4 changed files with 31 additions and 0 deletions

20
bin/omakub-font Executable file
View File

@ -0,0 +1,20 @@
#!/bin/bash
set -e
mkdir -p ~/.local/share/fonts
# Pick a preselected font
if ! [ -f "$HOME/.local/share/fonts/CaskaydiaMonoNerdFont-Regular.ttf" ]; then
cd ~/Downloads
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/CascadiaMono.zip
unzip CascadiaMono.zip -d CascadiaFont
mkdir -p ~/.local/share/fonts
cp CascadiaFont/*.ttf ~/.local/share/fonts
rm -rf CascadiaMono.zip CascadiaFont
fc-cache
cd -
fi
# Replace font = { family: X }
gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaMono Nerd Font 10'

3
bin/omakub-help Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
batcat ~/.local/share/omakub/help/hotkeys.md

4
bin/omakub-install Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
source ~/.local/share/omakub/install/gh.sh
source ~/.local/share/omakub/install/optional/virtualbox.sh

4
bin/omakub-theme Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
# Pick a preconfigured theme