Move dotfiles as the first option

This commit is contained in:
2024-09-30 12:05:10 +01:00
parent 053a780751
commit ae7295e1f9
2 changed files with 17 additions and 41 deletions

View File

@@ -46,19 +46,19 @@ ARROW() {
}
M0() {
TPUT 4 12
$e "Switch to Debian testing"
$e "Install Dotfiles"
}
M1() {
TPUT 5 12
$e "Install GNOME"
$e "Configure GNOME"
}
M2() {
TPUT 6 12
$e "Install DWM"
$e "Install DWM Desktop"
}
M3() {
TPUT 7 12
$e "Install Dotfiles"
$e "Switch to Debian testing"
}
M4() {
TPUT 8 12
@@ -121,8 +121,8 @@ ES() {
INIT
while [[ "$O" != " " ]]; do
case $i in
0)
S=M0
3)
S=M3
SC
if [[ $cur == enter ]]; then
R
@@ -141,8 +141,8 @@ while [[ "$O" != " " ]]; do
SC
if [[ $cur == enter ]]; then
R
# GNOME Install
sudo apt install gnome-core
# GNOME Config
dconf load -f / <./settings.dconf
ES
fi
;;
@@ -170,16 +170,15 @@ while [[ "$O" != " " ]]; do
ES
fi
;;
3)
S=M3
0)
S=M0
SC
if [[ $cur == enter ]]; then
R
# Dotfiles
sudo apt install neovim tmux htop fzf git wget curl bash-completion -y
sudo apt install neovim tmux htop fzf git wget curl bash-completion build-essentials -y
cp -vrf config-files/.* $HOME
cp -vrf config-files/* $HOME
dconf load -f / <./settings.dconf
fc-cache -f
ES
fi

View File

@@ -90,7 +90,7 @@ visual-bell=false
[org/gnome/epiphany]
ask-for-default=false
default-search-engine='DuckDuckGo'
default-search-engine='Google'
search-engine-providers=[{'url': <'https://www.bing.com/search?q=%s'>, 'bang': <'!b'>, 'name': <'Bing'>}, {'url': <'https://duckduckgo.com/?q=%s&t=epiphany'>, 'bang': <'!ddg'>, 'name': <'DuckDuckGo'>}, {'url': <'https://www.google.com/search?q=%s'>, 'bang': <'!g'>, 'name': <'Google'>}]
[org/gnome/epiphany/web]
@@ -139,31 +139,8 @@ sleep-inactive-ac-type='nothing'
[org/gnome/shell]
enabled-extensions=['caffeine@patapon.info', 'appindicatorsupport@rgcjonas.gmail.com', 'Vitals@CoreCoding.com', 'logowidget@github.com.howbea', 'gtk4-ding@smedius.gitlab.com', 'blur-my-shell@aunetx']
favorite-apps=['google-chrome.desktop', 'org.gnome.Epiphany.desktop', 'org.gnome.Nautilus.desktop', 'md.obsidian.Obsidian.desktop', 'io.gitlab.news_flash.NewsFlash.desktop', 'org.gnome.Fractal.desktop', 'org.gnome.World.Secrets.desktop', 'org.gnome.Calculator.desktop', 'code.desktop', 'org.gnome.Console.desktop', 'org.gnome.SystemMonitor.desktop', 'org.gnome.Software.desktop', 'net.lutris.Lutris.desktop', 'org.prismlauncher.PrismLauncher.desktop']
favorite-apps=['org.gnome.Epiphany.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Terminal.desktop']
last-selected-power-profile='performance'
welcome-dialog-last-shown-version='43.9'
[org/gnome/shell/extensions/blur-my-shell]
settings-version=2
[org/gnome/shell/extensions/blur-my-shell/appfolder]
brightness=0.59999999999999998
sigma=30
[org/gnome/shell/extensions/blur-my-shell/dash-to-dock]
blur=true
brightness=0.59999999999999998
sigma=30
static-blur=true
style-dash-to-dock=0
[org/gnome/shell/extensions/blur-my-shell/panel]
brightness=0.59999999999999998
sigma=30
[org/gnome/shell/extensions/blur-my-shell/window-list]
brightness=0.59999999999999998
sigma=30
[org/gnome/shell/extensions/dash-to-dock]
dash-max-icon-size=34
@@ -182,12 +159,12 @@ hot-sensors=['_memory_usage_', '_processor_usage_', '__temperature_max__']
icon-style=1
use-higher-precision=false
[org/gnome/shell/world-clocks]
locations=@av []
[org/gnome/system/location]
enabled=true
[org/gnome/terminal/legacy/keybindings]
paste='<Primary>v'
[org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
background-color='rgb(0,0,0)'
backspace-binding='auto'
@@ -195,4 +172,4 @@ exit-action='hold'
font='JetBrainsMono Nerd Font 12'
foreground-color='rgb(208,207,204)'
use-system-font=false
use-theme-colors=false
use-theme-colors=true