Misc:
- Blank BetterDiscord theme for future use. - GoXLR systemd unit and setup script. - VSCodium config. - Razer and OBS setup scripts.
This commit is contained in:
parent
39baf20d5c
commit
0cc42e4920
7
dotfiles_gitea/config/discord/Breezy.theme.css
Normal file
7
dotfiles_gitea/config/discord/Breezy.theme.css
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @name Discord Breeze Dark
|
||||
* @author Jafner
|
||||
* @description Shitty attempt to replicate KDE's Breeze Dark
|
||||
* @version 0.0.1
|
||||
*/
|
||||
|
9
dotfiles_gitea/config/goxlr/GoXLR.service
Normal file
9
dotfiles_gitea/config/goxlr/GoXLR.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=GoXLR Utility Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/goxlr-daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
1587
dotfiles_gitea/config/vscodium/settings.json
Normal file
1587
dotfiles_gitea/config/vscodium/settings.json
Normal file
File diff suppressed because it is too large
Load Diff
9
dotfiles_gitea/setup-scripts/fedora-install-obs.sh
Normal file
9
dotfiles_gitea/setup-scripts/fedora-install-obs.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
flatpak install flathub com.obsproject.Studio
|
||||
|
||||
rm -rf ~/.config/obs-studio/basic
|
||||
ln -s $(realpath ../config/obs-studio/basic) $(realpath ~/.config/obs-studio/basic)
|
||||
|
||||
rm -rf ~/.config/obs-studio/global.ini
|
||||
ln -s $(realpath ../config/obs-studio/global.ini) $(realpath ~/.config/obs-studio/global.ini)
|
6
dotfiles_gitea/setup-scripts/fedora-install-razer.sh
Normal file
6
dotfiles_gitea/setup-scripts/fedora-install-razer.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf install kernel-devel
|
||||
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo
|
||||
sudo dnf install openrazer-meta
|
||||
|
@ -8,4 +8,9 @@ rm /tmp/goxlr.rpm
|
||||
rm -rf ~/.local/share/goxlr-utility/profiles
|
||||
ln -s $(realpath ../config/goxlr) $(realpath ~/.local/share/goxlr-utility/profiles)
|
||||
|
||||
/usr/bin/goxlr-launcher
|
||||
mkdir -p ~/.config/systemd/user/
|
||||
cp ../config/goxlr/GoXLR.service ~/.config/systemd/user/
|
||||
|
||||
systemctl --user daemon-reload
|
||||
systemctl --user enable GoXLR.service
|
||||
systemctl --user start GoXLR.service
|
||||
|
Loading…
Reference in New Issue
Block a user