Compare commits
16 Commits
c568e0efbb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ce7c641af | |||
| 71cf71e29b | |||
| 58525e2a5c | |||
| f7869fd453 | |||
| 95212b1c73 | |||
| ad6b9d4794 | |||
| c6e8290b43 | |||
| 4a9cd06654 | |||
| c36a689d8f | |||
| 0790da74dc | |||
| 7be9c3a82f | |||
| 650157478d | |||
| f4c3cc8b8e | |||
| 8b6e665db3 | |||
| d8a29952f6 | |||
| 1d699ae4a5 |
76
README.md
76
README.md
@@ -1,4 +1,5 @@
|
|||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
Getting real with system management via ansible-pull.
|
Getting real with system management via ansible-pull.
|
||||||
|
|
||||||
Per-system configuration is handled via local files to the provisioned machine,
|
Per-system configuration is handled via local files to the provisioned machine,
|
||||||
@@ -10,59 +11,124 @@ accessed via the show-config and edit-config aliases.
|
|||||||
This setup is specific to the maintainer's devices and needs. You're welcome to
|
This setup is specific to the maintainer's devices and needs. You're welcome to
|
||||||
use it as an example for your needs, but do not expect it to work as-is.
|
use it as an example for your needs, but do not expect it to work as-is.
|
||||||
|
|
||||||
## Currently Supported Linux Systems
|
## Currently Supported Systems
|
||||||
|
|
||||||
|
This information is as of 2025-11-21.
|
||||||
|
|
||||||
|
### Primary
|
||||||
|
|
||||||
|
These are the operating systems used as my daily driver.
|
||||||
|
|
||||||
|
#### Debian Trixie
|
||||||
|
|
||||||
|
This has been used as my primary server and workstation OS since at least 2024.
|
||||||
|
The `apt` version of `ansible` in both Bookworm and Trixie are sufficient,
|
||||||
|
no longer need to use `ansible` out of `pip`.
|
||||||
|
|
||||||
|
### Secondary
|
||||||
|
|
||||||
|
These are tested via my Docker project's `ProvisionsTests` container but not currently used as daily drivers.
|
||||||
|
|
||||||
|
#### Arch
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
#### Fedora
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
#### OpenSUSE
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
#### Ubuntu
|
||||||
|
|
||||||
|
TBD
|
||||||
|
|
||||||
|
## Previusly Supported Systems
|
||||||
|
|
||||||
### Debian Family
|
### Debian Family
|
||||||
|
|
||||||
#### Debian
|
#### Debian
|
||||||
|
|
||||||
100%, but only if using a recent enough version of Ansible. `pip` usually has a
|
100%, but only if using a recent enough version of Ansible. `pip` usually has a
|
||||||
better version than `apt`.
|
better version than `apt`.
|
||||||
|
|
||||||
#### Ubuntu
|
#### Ubuntu
|
||||||
|
|
||||||
100%, both server and desktop.
|
100%, both server and desktop.
|
||||||
|
|
||||||
#### Pop!_OS
|
#### Pop!_OS
|
||||||
|
|
||||||
100%, have not used for a while though.
|
100%, have not used for a while though.
|
||||||
|
|
||||||
#### Mint
|
#### Mint
|
||||||
|
|
||||||
100%, but not really used, just tested once for fun.
|
100%, but not really used, just tested once for fun.
|
||||||
|
|
||||||
#### Parrot Security OS (MATE)
|
#### Parrot Security OS (MATE)
|
||||||
|
|
||||||
100% for a while, but OS did not serve maintainer's needs and 404 errors were
|
100% for a while, but OS did not serve maintainer's needs and 404 errors were
|
||||||
terrible while updating. Ubuntu Rolling Rhino filled the gap.
|
terrible while updating. Ubuntu Rolling Rhino filled the gap.
|
||||||
|
|
||||||
### Arch Family
|
### Arch Family
|
||||||
|
|
||||||
|
#### Arch
|
||||||
|
|
||||||
|
100% at some point, including installation and configuration of a Desktop Environment.
|
||||||
|
|
||||||
#### Manjaro
|
#### Manjaro
|
||||||
|
|
||||||
100% at some point.
|
100% at some point.
|
||||||
|
|
||||||
### Fedora Family
|
### Fedora Family
|
||||||
|
|
||||||
#### Fedora 35
|
#### Fedora 35
|
||||||
Workstation: 100%
|
|
||||||
|
Workstation: 100%,
|
||||||
Server: 100%
|
Server: 100%
|
||||||
|
|
||||||
## Suse Family
|
## Suse Family
|
||||||
|
|
||||||
### openSUSE Tumbleweed v2022-02-17
|
### openSUSE Tumbleweed v2022-02-17
|
||||||
Generic: 100%
|
|
||||||
|
Generic: 100%,
|
||||||
Workstation: 100%
|
Workstation: 100%
|
||||||
|
|
||||||
### openSUSE Leap 15.4
|
### openSUSE Leap 15.4
|
||||||
|
|
||||||
Generic: 100%
|
Generic: 100%
|
||||||
Workstation: Currently failing at `[Workstation | Linux | Flatpak Distro | Package Manager | Install From Repo]` with message `Problem: nothing provides libedataserver-1.2.so.24 needed by the to be installed evolution-data-server-32bit-3.34.4-3.3.1.x86_64`.
|
Workstation: Currently failing at `[Workstation | Linux | Flatpak Distro | Package Manager | Install From Repo]` with message `Problem: nothing provides libedataserver-1.2.so.24 needed by the to be installed evolution-data-server-32bit-3.34.4-3.3.1.x86_64`.
|
||||||
|
|
||||||
### NixOS
|
### NixOS
|
||||||
|
|
||||||
99%, still need to get Telegraf going and refactor local.yml but everything else
|
99%, still need to get Telegraf going and refactor local.yml but everything else
|
||||||
is working well. It is automatically implementing git.hyperling.com/me/env-nixos.
|
is working well. It is automatically implementing git.hyperling.com/me/env-nixos.
|
||||||
|
|
||||||
## Currently Supported Unix Systems
|
|
||||||
### FreeBSD 12, 13
|
### FreeBSD 12, 13
|
||||||
|
|
||||||
100%, although GUI is not working completely on 13 yet (dash-to-dock doesn't compile).
|
100%, although GUI is not working completely on 13 yet (dash-to-dock doesn't compile).
|
||||||
Software choices are slightly more limited since not `flatpak`-enabled and not feeling a `ports` setup.
|
Software choices are slightly more limited since not `flatpak`-enabled and not feeling a `ports` setup.
|
||||||
|
|
||||||
## Waiting To Be Tested
|
## Waiting To Be Tested
|
||||||
|
|
||||||
### Kali Linux
|
### Kali Linux
|
||||||
|
|
||||||
### Arch Linux ARM
|
### Arch Linux ARM
|
||||||
|
|
||||||
Specifically for the Pinephone.
|
Specifically for the Pinephone.
|
||||||
|
|
||||||
### Arch Linux x86
|
### Arch Linux x86
|
||||||
|
|
||||||
Would be great to have Arch get built up by this. Used for many years but left
|
Would be great to have Arch get built up by this. Used for many years but left
|
||||||
after update problems due to a long computer hiatus.
|
after update problems due to a long computer hiatus.
|
||||||
|
|
||||||
### Fedora Mobile
|
### Fedora Mobile
|
||||||
|
|
||||||
Specifically for the Pinephone.
|
Specifically for the Pinephone.
|
||||||
|
|
||||||
## Future Goals
|
## Future Goals
|
||||||
|
|
||||||
Eventually some of the scripts and install files will be put into the files
|
Eventually some of the scripts and install files will be put into the files
|
||||||
folder. This will allow initializing systems outside of the maintainer's home
|
folder. This will allow initializing systems outside of the maintainer's home
|
||||||
network.
|
network.
|
||||||
@@ -74,6 +140,8 @@ benefit has yet to be seen for some tasks. Shared facts will definitely continue
|
|||||||
to exist under the facts tree.
|
to exist under the facts tree.
|
||||||
|
|
||||||
## Other Notes
|
## Other Notes
|
||||||
|
|
||||||
### Get Setup Values
|
### Get Setup Values
|
||||||
|
|
||||||
Use this command to see the variables for a system:
|
Use this command to see the variables for a system:
|
||||||
`ansible localhost -m setup --connection=local`.
|
`ansible localhost -m setup --connection=local`.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ echo "*** Creating backup at '$BACKUP' ***"
|
|||||||
sudo zip -rv "$BACKUP" \
|
sudo zip -rv "$BACKUP" \
|
||||||
/etc /var/{log,mail,spool} /srv /boot \
|
/etc /var/{log,mail,spool} /srv /boot \
|
||||||
/usr/local/etc $EXTRA \
|
/usr/local/etc $EXTRA \
|
||||||
-x "/srv/backup/*"
|
-x "/srv/backup/*" -x "/srv/sftp/*"
|
||||||
status="$?"
|
status="$?"
|
||||||
|
|
||||||
if [[ "$status" != 0 ]]; then
|
if [[ "$status" != 0 ]]; then
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ function usage() {
|
|||||||
# Parameters:
|
# Parameters:
|
||||||
# 1) The exit status to use.
|
# 1) The exit status to use.
|
||||||
status=$1
|
status=$1
|
||||||
echo "Usage: $PROG [-s SIZE] [-l LOCATION] [-A | [-r] [-f] [-d] [-c]] [-h] [-x]" >&2
|
echo "Usage: $PROG [-s SIZE] [-l LOCATION] [-A | [-r] [-f] [-d] [-c]] [-h] [-x] [-t]" >&2
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
Compress JPG or PNG image(s). Can handle folders and work recursively.
|
Compress JPG or PNG image(s). Can handle folders and work recursively.
|
||||||
|
|
||||||
@@ -45,13 +45,14 @@ function usage() {
|
|||||||
-A : Resursively Force, Delete, and Clean.
|
-A : Resursively Force, Delete, and Clean.
|
||||||
-h : Display this usage text.
|
-h : Display this usage text.
|
||||||
-x : Enable BASH debugging.
|
-x : Enable BASH debugging.
|
||||||
|
-t : Format timestamp.
|
||||||
EOF
|
EOF
|
||||||
exit $status
|
exit $status
|
||||||
}
|
}
|
||||||
|
|
||||||
## Parameters ##
|
## Parameters ##
|
||||||
|
|
||||||
while getopts ":s:l:rfFdcAhx" opt; do
|
while getopts ":s:l:rfFdcAhxt" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
s) in_size="$OPTARG" && size="$in_size" ;;
|
s) in_size="$OPTARG" && size="$in_size" ;;
|
||||||
l) location="$OPTARG" ;;
|
l) location="$OPTARG" ;;
|
||||||
@@ -64,6 +65,7 @@ while getopts ":s:l:rfFdcAhx" opt; do
|
|||||||
A) recurse="Y" && search="find" && force="Y" && delete="Y" && expand="Y" ;;
|
A) recurse="Y" && search="find" && force="Y" && delete="Y" && expand="Y" ;;
|
||||||
h) usage 0 ;;
|
h) usage 0 ;;
|
||||||
x) set -x ;;
|
x) set -x ;;
|
||||||
|
t) format_time="Y" ;;
|
||||||
*) echo "ERROR: Option $OPTARG not recognized." >&2 && usage 1 ;;
|
*) echo "ERROR: Option $OPTARG not recognized." >&2 && usage 1 ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
@@ -130,7 +132,9 @@ $search "$location" | sort | while read image; do
|
|||||||
# Date Data
|
# Date Data
|
||||||
new_image_exp="${TEMP:0:4}-${TEMP:4:2}-${TEMP:6:2}"
|
new_image_exp="${TEMP:0:4}-${TEMP:4:2}-${TEMP:6:2}"
|
||||||
# Time Data
|
# Time Data
|
||||||
new_image_exp="${new_image_exp}_${TEMP:8:2}-${TEMP:10:2}-${TEMP:12:2}"
|
if [[ "$format_time" == "Y" ]]; then
|
||||||
|
new_image_exp="${new_image_exp}_${TEMP:8:2}-${TEMP:10:2}-${TEMP:12:2}"
|
||||||
|
fi
|
||||||
# Remainder Data
|
# Remainder Data
|
||||||
if [[ "${TEMP:14:1}" == "." ]]; then
|
if [[ "${TEMP:14:1}" == "." ]]; then
|
||||||
SEP=""
|
SEP=""
|
||||||
|
|||||||
@@ -453,8 +453,8 @@
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker compose down &&
|
|
||||||
docker compose build &&
|
docker compose build &&
|
||||||
|
docker compose down &&
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
if [[ -n "$1" ]]; then
|
if [[ -n "$1" ]]; then
|
||||||
@@ -475,9 +475,9 @@
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker compose down &&
|
|
||||||
docker compose pull &&
|
docker compose pull &&
|
||||||
docker compose build &&
|
docker compose build &&
|
||||||
|
docker compose down &&
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
if [[ -n "$1" ]]; then
|
if [[ -n "$1" ]]; then
|
||||||
@@ -519,12 +519,12 @@
|
|||||||
docker ps
|
docker ps
|
||||||
return;
|
return;
|
||||||
fi
|
fi
|
||||||
echo "*** Going Down ***" &&
|
|
||||||
docker compose down &&
|
|
||||||
echo "*** Upgrading Images ***" &&
|
echo "*** Upgrading Images ***" &&
|
||||||
docker compose pull &&
|
docker compose pull &&
|
||||||
echo "*** Building Containers ***" &&
|
echo "*** Building Containers ***" &&
|
||||||
docker compose build &&
|
docker compose build &&
|
||||||
|
echo "*** Going Down ***" &&
|
||||||
|
docker compose down &&
|
||||||
echo "*** Starting Daemons ***" &&
|
echo "*** Starting Daemons ***" &&
|
||||||
docker compose up -d &&
|
docker compose up -d &&
|
||||||
echo "*** Following Log ***" &&
|
echo "*** Following Log ***" &&
|
||||||
@@ -554,6 +554,10 @@
|
|||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
alias_docker_other: |
|
||||||
|
alias docker-stop="docker compose down"
|
||||||
|
alias docker-start="docker compose up -d && docker compose start"
|
||||||
|
alias docker-prep="docker compose pull && docker compose build"
|
||||||
alias_code_check: |
|
alias_code_check: |
|
||||||
alias code-check='
|
alias code-check='
|
||||||
echo "Checking ~/Code directory for git changes."
|
echo "Checking ~/Code directory for git changes."
|
||||||
@@ -953,7 +957,7 @@
|
|||||||
|
|
||||||
if [[ "$rcvr" == "main" ]]; then
|
if [[ "$rcvr" == "main" ]]; then
|
||||||
echo "*** ERROR: Are you nuts, fool!? Not main! Do it manually! ***"
|
echo "*** ERROR: Are you nuts, fool!? Not main! Do it manually! ***"
|
||||||
exit 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$base" ]]; then
|
if [[ -z "$base" ]]; then
|
||||||
@@ -963,7 +967,7 @@
|
|||||||
base="dev"
|
base="dev"
|
||||||
else
|
else
|
||||||
echo "* Unsure which branch to use for '$rcvr'. Please specify."
|
echo "* Unsure which branch to use for '$rcvr'. Please specify."
|
||||||
exit 1
|
return 1
|
||||||
fi
|
fi
|
||||||
echo "* Base was not specified, using '$base' for '$rcvr'."
|
echo "* Base was not specified, using '$base' for '$rcvr'."
|
||||||
else
|
else
|
||||||
@@ -1007,6 +1011,18 @@
|
|||||||
alias reset-prod="load-branch prod main"
|
alias reset-prod="load-branch prod main"
|
||||||
alias reset-stage="load-branch stage main"
|
alias reset-stage="load-branch stage main"
|
||||||
alias reset-dev="load-branch dev main"
|
alias reset-dev="load-branch dev main"
|
||||||
|
function check-code-branches {
|
||||||
|
for dir in ~/Code/*/; do
|
||||||
|
cd $dir
|
||||||
|
pwd
|
||||||
|
git ls-remote --heads
|
||||||
|
echo " "
|
||||||
|
cd ..
|
||||||
|
done
|
||||||
|
}
|
||||||
|
alias check-branches="check-code-branches"
|
||||||
|
alias check-branch="git ls-remote --heads"
|
||||||
|
alias branch-check="check-branch"
|
||||||
alias_reload_bash: |
|
alias_reload_bash: |
|
||||||
alias reload-bash="source ~/.bashrc"
|
alias reload-bash="source ~/.bashrc"
|
||||||
alias bash-reload="reload-bash"
|
alias bash-reload="reload-bash"
|
||||||
@@ -1024,6 +1040,29 @@
|
|||||||
. "$global_function"
|
. "$global_function"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
alias_flatpak_clean: |
|
||||||
|
alias flatpak-clean="flatpak uninstall --unused"
|
||||||
|
alias_commit: |
|
||||||
|
function commit_usage {
|
||||||
|
echo 'Usage: commit "This is a commit message"'
|
||||||
|
}
|
||||||
|
function commit {
|
||||||
|
if [[ -z "$1" ]]; then
|
||||||
|
echo "ERROR: Message must be provided."
|
||||||
|
commit_usage
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
if [[ "$1" == "-h"* || "$1" == "--h"* ]]; then
|
||||||
|
commit_usage
|
||||||
|
fi
|
||||||
|
message="$1"
|
||||||
|
git add . &&
|
||||||
|
git commit -m "$message" &&
|
||||||
|
git push
|
||||||
|
|
||||||
|
status="$?"
|
||||||
|
return "$status"
|
||||||
|
}
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | Common Variable
|
- name: General | Account Management | Users | Files | Common Variable
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -1104,6 +1143,9 @@
|
|||||||
{{ alias_reload_bash }}
|
{{ alias_reload_bash }}
|
||||||
{{ alias_hugo_server }}
|
{{ alias_hugo_server }}
|
||||||
{{ global_functions }}
|
{{ global_functions }}
|
||||||
|
{{ alias_docker_other }}
|
||||||
|
{{ alias_flatpak_clean }}
|
||||||
|
{{ alias_commit }}
|
||||||
|
|
||||||
- name: General | Account Management | Users | Files | .bashrc
|
- name: General | Account Management | Users | Files | .bashrc
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
flatpaks_generic:
|
flatpaks_generic:
|
||||||
- { app: "org.mozilla.firefox", name: "firefox-flatpak", extra: "" }
|
- { app: "org.mozilla.firefox", name: "firefox-flatpak", extra: "" }
|
||||||
- { app: "io.gitlab.librewolf-community", name: "librewolf", extra: "" }
|
- { app: "io.gitlab.librewolf-community", name: "librewolf", extra: "" }
|
||||||
- { app: "chat.simplex.simplex", name: "simplex", extra: "" }
|
|
||||||
- { app: "org.signal.Signal", name: "signal", extra: "" }
|
- { app: "org.signal.Signal", name: "signal", extra: "" }
|
||||||
- { app: "im.riot.Riot", name: "element", extra: "" }
|
- { app: "im.riot.Riot", name: "element", extra: "" }
|
||||||
- { app: "org.telegram.desktop", name: "telegram", extra: "" }
|
- { app: "org.telegram.desktop", name: "telegram", extra: "" }
|
||||||
@@ -44,6 +43,7 @@
|
|||||||
- { app: "org.libreoffice.LibreOffice", name: "office", extra: "" }
|
- { app: "org.libreoffice.LibreOffice", name: "office", extra: "" }
|
||||||
- { app: "com.transmissionbt.Transmission", name: "transmission", extra: "" }
|
- { app: "com.transmissionbt.Transmission", name: "transmission", extra: "" }
|
||||||
- { app: "app.grayjay.Grayjay", name: "grayjay", extra: "" }
|
- { app: "app.grayjay.Grayjay", name: "grayjay", extra: "" }
|
||||||
|
- { app: "com.github.xournalpp.xournalpp", name: "xournal", extra: "" }
|
||||||
flatpaks_coding:
|
flatpaks_coding:
|
||||||
- { app: "com.vscodium.codium", name: "codium-flatpak", extra: "" }
|
- { app: "com.vscodium.codium", name: "codium-flatpak", extra: "" }
|
||||||
- { app: "com.google.AndroidStudio", name: "android-studio", extra: "" }
|
- { app: "com.google.AndroidStudio", name: "android-studio", extra: "" }
|
||||||
@@ -72,11 +72,12 @@
|
|||||||
# 2022-11-20 No longer using any of these and they're taking up a lot of space. #
|
# 2022-11-20 No longer using any of these and they're taking up a lot of space. #
|
||||||
- { app: "com.jetbrains.PyCharm-Community", name: "pycharm", extra: "" }
|
- { app: "com.jetbrains.PyCharm-Community", name: "pycharm", extra: "" }
|
||||||
# End 2022-11-20 #
|
# End 2022-11-20 #
|
||||||
- { app: "io.lbry.lbry-app", name: "lbry", extra: "dbus-launch" } # No longer supported, noticed 2023-09-01.
|
- { app: "io.lbry.lbry-app", name: "lbry", extra: "dbus-launch" } # 2023-09-01, Noticed it is no longer supported.
|
||||||
- { app: "chat.delta.desktop", name: "deltachat", extra: "" } # No longer used, removed 2023-12-18.
|
- { app: "chat.delta.desktop", name: "deltachat", extra: "" } # 2023-12-18, No longer used.
|
||||||
- { app: "org.gnome.Geary", name: "geary", extra: "" } # No longer used, removed 2024-12-15
|
- { app: "org.gnome.Geary", name: "geary", extra: "" } # 2024-12-15, No longer used.
|
||||||
- { app: "org.rncbc.qsynth", name: "qsynth", extra: "" } # 2024-12-15, Not worth the setup, use LMMS or VMPK.
|
- { app: "org.rncbc.qsynth", name: "qsynth", extra: "" } # 2024-12-15, Not worth the setup, use LMMS or VMPK.
|
||||||
- { app: "org.godotengine.Godot", name: "godot", extra: "" } # 20250831 Stopped playing with this months / years ago.
|
- { app: "org.godotengine.Godot", name: "godot", extra: "" } # 2025-08-31, Stopped playing with this months / years ago. Seemed cool but Flutter is working well for this purpose.
|
||||||
|
- { app: "chat.simplex.simplex", name: "simplex", extra: "" } # 2025-11-22, Takes a ton of space and does not work without interacting with phone.
|
||||||
|
|
||||||
# Generic #
|
# Generic #
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,6 @@
|
|||||||
, 'org.gnome.Nautilus.desktop'
|
, 'org.gnome.Nautilus.desktop'
|
||||||
, 'io.gitlab.librewolf-community.desktop', 'librewolf.desktop'
|
, 'io.gitlab.librewolf-community.desktop', 'librewolf.desktop'
|
||||||
, 'org.mozilla.firefox.desktop', 'firefox.desktop'
|
, 'org.mozilla.firefox.desktop', 'firefox.desktop'
|
||||||
, 'org.signal.Signal.desktop', 'signal-desktop.desktop'
|
|
||||||
, 'org.telegram.desktop.desktop'
|
|
||||||
, 'com.discordapp.Discord.desktop'
|
|
||||||
, 'com.vscodium.codium.desktop'
|
, 'com.vscodium.codium.desktop'
|
||||||
, 'codium.desktop'
|
, 'codium.desktop'
|
||||||
, 'org.shotcut.Shotcut.desktop'
|
, 'org.shotcut.Shotcut.desktop'
|
||||||
@@ -24,6 +21,9 @@
|
|||||||
, 'com.valvesoftware.Steam.desktop'
|
, 'com.valvesoftware.Steam.desktop'
|
||||||
, 'net.lutris.Lutris.desktop'
|
, 'net.lutris.Lutris.desktop'
|
||||||
, 'mullvad-vpn.desktop'
|
, 'mullvad-vpn.desktop'
|
||||||
|
, 'org.signal.Signal.desktop', 'signal-desktop.desktop'
|
||||||
|
, 'org.telegram.desktop.desktop'
|
||||||
|
, 'com.discordapp.Discord.desktop'
|
||||||
]"
|
]"
|
||||||
dconf_terminal: gnome-terminal
|
dconf_terminal: gnome-terminal
|
||||||
dconf_theme: Adwaita-dark
|
dconf_theme: Adwaita-dark
|
||||||
@@ -274,6 +274,13 @@
|
|||||||
|
|
||||||
dconf write /org/gnome/desktop/media-handling/autorun-never true && inc_dconf &&
|
dconf write /org/gnome/desktop/media-handling/autorun-never true && inc_dconf &&
|
||||||
|
|
||||||
|
## Gnome Terminal ##
|
||||||
|
|
||||||
|
# TBD: Do not start new tabs in previous tab's directory.
|
||||||
|
# The profile ID is likely unique and will need to be retrieved first.
|
||||||
|
#/org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/preserve-working-directory
|
||||||
|
#'never'
|
||||||
|
|
||||||
## Success ##
|
## Success ##
|
||||||
|
|
||||||
sleep 0 ||
|
sleep 0 ||
|
||||||
|
|||||||
Reference in New Issue
Block a user