Updated ignores based on OS
This commit is contained in:
parent
9f82973d58
commit
9ba8da9f26
9 changed files with 48 additions and 11 deletions
|
@ -256,4 +256,6 @@ https://espanso.org/
|
|||
|
||||
## Premium
|
||||
|
||||
* https://alternativeto.net/software/daemon-tools/about/
|
||||
* https://alternativeto.net/software/daemon-tools/about/
|
||||
https://github.com/BalliAsghar/Mailsy
|
||||
https://api.slack.com/automation/cli/commands
|
|
@ -9,18 +9,45 @@ key.txt.age
|
|||
{{- end }}
|
||||
|
||||
{{- if ne .host.distro.family "darwin" }}
|
||||
dot_local/assets/Betelgeuse.macOS.terminal
|
||||
Library
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .host.distro.family "linux" }}
|
||||
dot_local/bin/executable_install-gnome-extensions
|
||||
dot_local/bin/executable_kde-wallpaper
|
||||
.VirtualBox
|
||||
.Xresources
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .host.qubes true }}
|
||||
dot_local/bin/executable_ramqube
|
||||
dot_config/autostart/
|
||||
dot_config/cockpit/
|
||||
dot_config/dconf/
|
||||
dot_config/firejail/
|
||||
dot_config/fontconfig/
|
||||
dot_config/gtk-1.0/
|
||||
dot_config/gtk-2.0/
|
||||
dot_config/gtk-3.0/
|
||||
dot_config/Kvantum/
|
||||
dot_config/plasma/
|
||||
dot_config/qubes/
|
||||
dot_config/rofi-user/
|
||||
dot_config/samba/
|
||||
dot_config/timeshift/
|
||||
dot_config/xfce4/
|
||||
dot_config/xsettingsd/
|
||||
dot_config/zap/
|
||||
dot_config/gtkrc
|
||||
dot_config/kcminputrc
|
||||
dot_config/kdeglobals
|
||||
dot_config/konsolerc
|
||||
dot_config/ksplashrc
|
||||
dot_config/ktimezonedrc
|
||||
dot_config/kwinrc
|
||||
dot_config/mimeapps.list
|
||||
dot_config/plasma-localerc
|
||||
dot_config/plasmarc
|
||||
dot_local/bin/firejail/
|
||||
dot_local/grub.d/
|
||||
dot_local/konsole/
|
||||
dot_local/share/kde4/
|
||||
dot_local/share/xfce4/
|
||||
dot_var/
|
||||
dot_Xresources
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .host.distro.family "windows" }}
|
||||
|
|
|
@ -38,7 +38,6 @@ Brewfile
|
|||
.vagrant.d/
|
||||
.viminfo
|
||||
.volta/
|
||||
.vscode/
|
||||
.vscode-oss/
|
||||
.wgetrc
|
||||
.wget-hsts
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{- if eq .host.distro.family "linux" -}}
|
||||
#!/bin/bash
|
||||
|
||||
#################################################################
|
||||
|
@ -314,3 +315,4 @@ elif [ "$extensions_count" -eq 0 ]; then
|
|||
else
|
||||
begin_install
|
||||
fi
|
||||
{{ end -}}
|
|
@ -1,3 +1,4 @@
|
|||
{{- if eq .host.distro.family "linux" -}}
|
||||
#!/usr/bin/env python3
|
||||
import time
|
||||
import dbus
|
||||
|
@ -105,3 +106,4 @@ if __name__ == '__main__':
|
|||
plugin=args.plugin, timer=args.timer,lock_screen=args.lock_screen)
|
||||
else:
|
||||
print("Need help? use -h or --help")
|
||||
{{ end -}}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{- if eq .host.distro.family "linux" -}}
|
||||
#!/bin/bash
|
||||
|
||||
# Source: https://github.com/eylles/plymouth-preview/blob/master/plymouth-preview
|
||||
|
@ -28,3 +29,4 @@ for ((I=0; I<$DURATION; I++)); do
|
|||
sleep 1
|
||||
done
|
||||
plymouth quit
|
||||
{{ end -}}
|
|
@ -1,3 +1,4 @@
|
|||
{{- if eq .host.qubes true -}}
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Creates a Qube on RAM disk and opens Firefox if the Qube does not already exist.
|
||||
|
@ -26,3 +27,4 @@ else
|
|||
sudo rm -rf /var/log/pacat.new.log
|
||||
sudo rm -rf /var/log/qubesdb.new.log
|
||||
fi
|
||||
{{ end -}}
|
||||
|
|
|
@ -2767,6 +2767,7 @@ softwarePackages:
|
|||
_github: https://github.com/sgarciac/fuego
|
||||
_home: https://github.com/sgarciac/fuego
|
||||
_name: Fuego
|
||||
brew: fuego-firestore
|
||||
go: github.com/sgarciac/fuego@latest
|
||||
snap: fuego
|
||||
fuse:
|
||||
|
@ -8856,7 +8857,7 @@ softwarePackages:
|
|||
_github: https://github.com/mvdan/xurls
|
||||
_home: null
|
||||
_name: xurls
|
||||
github: github.com/mvdan/xurls
|
||||
brew: xurls
|
||||
go: mvdan.cc/xurls/v2/cmd/xurls@latest
|
||||
yamllint:
|
||||
_bin: yamllint
|
||||
|
|
Loading…
Reference in a new issue