Skip to content

Instantly share code, notes, and snippets.

@lucasburlingham
Last active June 9, 2021 01:21
Show Gist options
  • Save lucasburlingham/fcb4e4aac9908491236af1212dd8c23a to your computer and use it in GitHub Desktop.
Save lucasburlingham/fcb4e4aac9908491236af1212dd8c23a to your computer and use it in GitHub Desktop.
General JovarkOS setup
# Allow CTRL-BACKSPACE
stty werase \^H
bindkey "^H" backward-kill-word
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/$USER/.oh-my-zsh"
# export ZSH="/root/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="powerlevel10k/powerlevel10k"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to automatically update without prompting.
# DISABLE_UPDATE_PROMPT="true"
# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=10
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls.
DISABLE_LS_COLORS="false"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="false"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# Caution: this setting can cause issues with multiline prompts (zsh 5.7.1 and newer seem to work)
# See https://github.com/ohmyzsh/ohmyzsh/issues/5765
# COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git colored-man-pages zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='pico'
# else
# export EDITOR='pico'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
alias zshconfig="gedit ~/.zshrc && source ~/.zshrc"
alias ohmyzsh="gedit ~/.oh-my-zsh"
alias ls="ls --color"
alias cockpit="xdg-open http://localhost:9090 &"
alias n="nautilus . &"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Allow CTRL-BACKSPACE
stty werase \^H
bindkey "^H" backward-kill-word
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
# export ZSH="/home/$USER/.oh-my-zsh"
export ZSH="/root/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="powerlevel10k/powerlevel10k"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Uncomment the following line to use hyphen-insensitive completion.
# Case-sensitive completion must be off. _ and - will be interchangeable.
# HYPHEN_INSENSITIVE="true"
# Uncomment the following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
# Uncomment the following line to automatically update without prompting.
# DISABLE_UPDATE_PROMPT="true"
# Uncomment the following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=10
# Uncomment the following line if pasting URLs and other text is messed up.
# DISABLE_MAGIC_FUNCTIONS="true"
# Uncomment the following line to disable colors in ls.
DISABLE_LS_COLORS="false"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="false"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# Caution: this setting can cause issues with multiline prompts (zsh 5.7.1 and newer seem to work)
# See https://github.com/ohmyzsh/ohmyzsh/issues/5765
# COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
# under VCS as dirty. This makes repository status check for large repositories
# much, much faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment the following line if you want to change the command execution time
# stamp shown in the history command output.
# You can set one of the optional three formats:
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git colored-man-pages zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='pico'
# else
# export EDITOR='pico'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
alias zshconfig="gedit ~/.zshrc && source ~/.zshrc"
alias ohmyzsh="gedit ~/.oh-my-zsh"
alias ls="ls --color"
alias cockpit="xdg-open http://localhost:9090 &"
alias n="nautilus . &"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Specify the dconf path
[org/gnome/desktop/background]
# Specify the path to the desktop background image file
# picture-uri='file:///usr/local/share/backgrounds/JovarkOS/conversion.jpg'
# Specify one of the rendering options for the background image:
picture-options='scaled'
[apps/update-manager]
first-run=true
launch-count=0
show-details=true
window-height=400
window-width=645
[ca/desrt/dconf-editor]
saved-pathbar-path=' custom-theme-shrink'
saved-view='/org/gnome/shell/weather/'
show-warning=false
window-height=500
window-is-maximized=false
window-width=1039
[com/ubuntu/update-notifier]
regular-auto-launch-interval=0
release-check-time=uint32 1622241318
[org/gnome/Disks]
image-dir-uri='file:///home/lburlingham'
[org/gnome/GPaste]
close-on-select=false
element-size=uint64 40
history-name='history'
images-support=true
max-displayed-history-size=uint64 20
max-history-size=uint64 1005
max-memory-usage=uint64 100
trim-items=true
[org/gnome/Totem]
active-plugins=['screenshot', 'rotation', 'vimeo', 'screensaver', 'apple-trailers', 'recent', 'skipto', 'media-player-keys', 'open-directory', 'variable-rate', 'autoload-subtitles', 'movie-properties', 'save-file']
subtitle-encoding='UTF-8'
[org/gnome/baobab/ui]
window-size=(960, 600)
window-state=87168
[org/gnome/control-center]
last-panel='background'
[org/gnome/desktop/app-folders]
folder-children=['Utilities', 'YaST']
[org/gnome/desktop/app-folders/folders/Utilities]
apps=['gnome-abrt.desktop', 'gnome-system-log.desktop', 'gnome-system-monitor.desktop', 'gucharmap.desktop', 'nm-connection-editor.desktop', 'org.gnome.baobab.desktop', 'org.gnome.Calculator.desktop', 'org.gnome.DejaDup.desktop', 'org.gnome.Dictionary.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.eog.desktop', 'org.gnome.Evince.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.fonts.desktop', 'org.gnome.Screenshot.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.Usage.desktop', 'simple-scan.desktop', 'vinagre.desktop', 'yelp.desktop']
categories=['X-GNOME-Utilities']
name='X-GNOME-Utilities.directory'
translate=true
[org/gnome/desktop/app-folders/folders/YaST]
categories=['X-SuSE-YaST']
name='suse-yast.directory'
translate=true
[org/gnome/desktop/background]
color-shading-type='solid'
picture-options='zoom'
picture-uri='file:///usr/share/backgrounds/JovarkOS/default.png'
primary-color='#333333'
secondary-color='#333333'
[org/gnome/desktop/calendar]
show-weekdate=true
[org/gnome/desktop/input-sources]
sources=[('xkb', 'us')]
xkb-options=@as []
[org/gnome/desktop/interface]
automatic-mnemonics=false
clock-format='12h'
clock-show-seconds=true
clock-show-weekday=true
enable-animations=false
gtk-im-module='gtk-im-context-simple'
gtk-theme='JovarkOS'
locate-pointer=false
toolbar-icons-size='small'
[org/gnome/desktop/notifications]
application-children=['org-gnome-gedit', 'gnome-printers-panel', 'vivaldi-stable', 'spotify', 'org-gnome-nautilus', 'org-gnome-shell-extensions-gsconnect', 'discord', 'org-gnome-baobab']
[org/gnome/desktop/notifications/application/discord]
application-id='discord.desktop'
[org/gnome/desktop/notifications/application/gnome-printers-panel]
application-id='gnome-printers-panel.desktop'
[org/gnome/desktop/notifications/application/org-gnome-baobab]
application-id='org.gnome.baobab.desktop'
[org/gnome/desktop/notifications/application/org-gnome-gedit]
application-id='org.gnome.gedit.desktop'
[org/gnome/desktop/notifications/application/org-gnome-nautilus]
application-id='org.gnome.Nautilus.desktop'
[org/gnome/desktop/notifications/application/org-gnome-shell-extensions-gsconnect]
application-id='org.gnome.Shell.Extensions.GSConnect.desktop'
[org/gnome/desktop/notifications/application/spotify]
application-id='spotify.desktop'
[org/gnome/desktop/notifications/application/vivaldi-stable]
application-id='vivaldi-stable.desktop'
[org/gnome/desktop/peripherals/keyboard]
numlock-state=true
[org/gnome/desktop/peripherals/mouse]
accel-profile='adaptive'
[org/gnome/desktop/peripherals/touchpad]
two-finger-scrolling-enabled=true
[org/gnome/desktop/privacy]
report-technical-problems=true
[org/gnome/desktop/screensaver]
color-shading-type='solid'
picture-options='zoom'
picture-uri='file:///usr/share/backgrounds/JovarkOS/default.png'
primary-color='#333333'
secondary-color='#333333'
[org/gnome/eog/view]
background-color='rgb(0,0,0)'
use-background-color=true
[org/gnome/epiphany]
ask-for-default=false
default-search-engine='Google'
[org/gnome/epiphany/state]
is-maximized=false
window-position=(-1, -1)
window-size=(1090, 764)
[org/gnome/epiphany/web]
default-zoom-level=.9
[org/gnome/evolution-data-server]
migrated=true
network-monitor-gio-name=''
[org/gnome/file-roller/dialogs/extract]
recreate-folders=true
skip-newer=false
[org/gnome/file-roller/listing]
list-mode='as-folder'
name-column-width=250
show-path=false
sort-method='name'
sort-type='ascending'
[org/gnome/file-roller/ui]
sidebar-width=200
window-height=480
window-width=600
[org/gnome/gedit/plugins]
active-plugins=['externaltools', 'time', 'spell', 'snippets', 'modelines', 'quickhighlight', 'sort', 'docinfo', 'filebrowser', 'quickopen']
[org/gnome/gedit/plugins/filebrowser]
root='file:///'
tree-view=true
virtual-root='file:///home/lburlingham'
[org/gnome/gedit/preferences/editor]
auto-save-interval=uint32 1
background-pattern='none'
display-right-margin=false
scheme='oblivion'
use-default-font=true
wrap-last-split-mode='word'
[org/gnome/gedit/preferences/ui]
bottom-panel-visible=false
show-tabs-mode='auto'
statusbar-visible=true
[org/gnome/gedit/state/file-chooser]
open-recent=false
[org/gnome/gedit/state/window]
bottom-panel-active-page='GeditExternalToolsShellOutput'
bottom-panel-size=102
side-panel-active-page='GeditWindowDocumentsPanel'
side-panel-size=200
size=(1709, 700)
state=87168
[org/gnome/gnome-system-monitor]
current-tab='resources'
maximized=false
network-total-in-bits=false
show-dependencies=false
show-whose-processes='all'
window-state=(1320, 734, 348, 136)
[org/gnome/gnome-system-monitor/disktreenew]
col-0-visible=true
col-0-width=100
col-1-visible=true
col-1-width=264
col-2-visible=true
col-2-width=65
col-3-visible=true
col-3-width=69
col-5-visible=true
col-5-width=97
col-6-visible=true
col-6-width=0
columns-order=[0, 1, 2, 3, 4, 5, 6]
sort-col=5
sort-order=0
[org/gnome/gnome-system-monitor/proctree]
columns-order=[0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]
sort-col=8
sort-order=0
[org/gnome/mutter]
workspaces-only-on-primary=false
[org/gnome/nautilus/compression]
default-compression-format='zip'
[org/gnome/nautilus/icon-view]
default-zoom-level='small'
[org/gnome/nautilus/preferences]
default-folder-viewer='icon-view'
executable-text-activation='launch'
search-filter-time-type='last_modified'
search-view='list-view'
show-delete-permanently=true
[org/gnome/nautilus/window-state]
initial-size=(890, 550)
maximized=false
[org/gnome/settings-daemon/plugins/color]
night-light-enabled=true
[org/gnome/settings-daemon/plugins/media-keys]
volume-down=['<Primary>Page_Down']
volume-mute=['<Primary>End']
volume-up=['<Primary>Page_Up']
[org/gnome/settings-daemon/plugins/xsettings]
hinting='slight'
[org/gnome/shell]
command-history=['gnome-tweaks', 'r', 'spotify', 'vivaldi']
disabled-extensions=@as []
enabled-extensions=['spotify-artwork-fixer@wjt.me.uk', 'gnomespotifylabel@mheine.github.com', 'MediaKeys_to_MPRIS2@ryan.ryandavies.co.nz', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'gsconnect@andyholmes.github.io', 'sound-output-device-chooser@kgshank.net', 'openweather-extension@jenslody.de', 'windowIsReady_Remover@nunofarruca@gmail.com', 'ubuntu-dock@ubuntu.com', 'ubuntu-appindicators@ubuntu.com', 'dash-to-dock@micxgx.gmail.com', 'GPaste@gnome-shell-extensions.gnome.org']
favorite-apps=['org.gnome.Nautilus.desktop', 'vivaldi-stable.desktop', 'gnome-system-monitor.desktop', 'org.gnome.Terminal.desktop', 'code.desktop', 'gnome-control-center.desktop', 'spotify.desktop', 'authy_authy.desktop']
had-bluetooth-devices-setup=true
[org/gnome/shell/extensions/dash-to-dock]
activate-single-window=false
apply-custom-theme=false
autohide=false
custom-theme-shrink=true
dash-max-icon-size=40
dock-position='BOTTOM'
force-straight-corner=false
icon-size-fixed=false
intellihide-mode='FOCUS_APPLICATION_WINDOWS'
middle-click-action='launch'
preferred-monitor=0
running-indicator-style='DEFAULT'
scroll-action='switch-workspace'
shift-click-action='minimize'
shift-middle-click-action='launch'
show-apps-at-top=true
show-mounts=true
show-trash=true
[org/gnome/shell/extensions/ding]
add-volumes-opposite=false
icon-size='small'
show-home=false
show-trash=false
show-volumes=false
[org/gnome/shell/extensions/gsconnect/messaging]
window-maximized=false
window-size=(640, 480)
[org/gnome/shell/extensions/gsconnect/preferences]
window-maximized=false
window-size=(640, 440)
[org/gnome/shell/extensions/openweather]
actual-city=0
city='39.1670396,-86.5342881>Bloomington, Monroe County, Indiana, United States >-1'
days-forecast=2
decimal-places=1
geolocation-provider='openstreetmaps'
position-in-panel='center'
pressure-unit='inHg'
show-comment-in-forecast=true
show-text-in-panel=true
translate-condition=true
unit='fahrenheit'
use-default-owm-key=true
use-symbolic-icons=true
weather-provider='openweathermap'
wind-direction=true
wind-speed-unit='mph'
[org/gnome/shell/extensions/user-theme]
name=''
[org/gnome/shell/extensions/windowIsReady_Remover]
prevent-disable=true
[org/gnome/shell/weather]
automatic-location=true
locations=@av []
[org/gnome/system/location]
enabled=false
[org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
background-color='rgb(10,10,10)'
bold-color-same-as-fg=true
custom-command='zsh'
default-size-columns=130
default-size-rows=35
foreground-color='rgb(208,207,204)'
use-custom-command=true
use-theme-colors=false
use-theme-transparency=false
use-transparent-background=false
visible-name='ZSH'
[org/gtk/settings/color-chooser]
custom-colors=[(0.040000000000000001, 0.040000000000000001, 0.040000000000000001, 1.0), (0.20666666666666669, 0.20666666666666669, 0.20666666666666669, 1.0), (0.090196078431372548, 0.078431372549019607, 0.12941176470588237, 1.0)]
selected-color=(true, 0.040000000000000001, 0.040000000000000001, 0.040000000000000001, 1.0)
[org/gtk/settings/file-chooser]
clock-format='12h'
date-format='regular'
location-mode='path-bar'
show-hidden=true
show-size-column=true
show-type-column=true
sidebar-width=161
sort-column='name'
sort-directories-first=true
sort-order='ascending'
type-format='category'
window-size=(1231, 902)
[org/yorba/shotwell/crop-settings]
last-crop-height=1
last-crop-menu-choice=0
last-crop-width=1
[org/yorba/shotwell/preferences/ui]
display-basic-properties=true
display-event-comments=false
display-extended-properties=false
display-photo-comments=false
display-photo-ratings=true
display-photo-tags=true
display-photo-titles=false
display-search-bar=false
display-sidebar=true
events-sort-ascending=false
library-photos-sort-ascending=false
library-photos-sort-by=2
show-welcome-dialog=false
sidebar-position=180
[org/yorba/shotwell/preferences/window]
direct-height=768
direct-maximize=false
direct-width=1024
library-height=768
library-maximize=false
library-width=1024
echo 'Please run this script as root' >&2
add-apt-repository universe -y
add-apt-repository multiverse -y
add-apt-repository restricted -y
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | apt-key add -
add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" -y
wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | apt-key add -
add-apt-repository 'deb https://repo.vivaldi.com/archive/deb/ stable main' -y
snap install spotify
snap refresh
apt install apt-transport-https cockpit code curl dconf-editor git gnome-tweaks snapd software-properties-common ufw vivaldi-stable vlc wget -y
apt update
apt upgrade -y
apt autoremove -y
apt update
apt dist-upgrade -y
apt update
apt upgrade -y
mkdir /etc/skel/{Desktop,Documents,Pictures,Videos,Projects,Downloads,Music,Templates}
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
wget 'https://gist.githubusercontent.com/lucasburlingham/fcb4e4aac9908491236af1212dd8c23a/raw/b6319e5076689588704dc0274b4b863c67bd4a05/.zshrc.user' -O /etc/skel/.zshrc
mv .bashrc .bashrc.old
cat 'zsh' > .bashrc
cp /root/.* /etc/skel/ -r
wget 'https://gist.githubusercontent.com/lucasburlingham/fcb4e4aac9908491236af1212dd8c23a/raw/b6319e5076689588704dc0274b4b863c67bd4a05/.zshrc.root' -O /root/.zshrc
xdg-open 'http://localhost:9090'
xdg-open 'https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep' &
xdg-open 'https://chrome.google.com/webstore/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec' &
xdg-open 'https://chrome.google.com/webstore/detail/grammar-and-spell-checker/oldceeleldhonbafppcapldpdifcinji' &
ufw enable
wget 'https://sourceforge.net/projects/jovarkos/files/Theme/JovarkOS.tar.xz/download' -O JovarkOS.tar.xz
tar xf JovarkOS.tar.xz -C '/etc/skel/.themes/'
xdg-settings set default-web-browser vivaldi-stable.desktop
xdg-settings set default-url-scheme-handler http vivaldi-stable.desktop
xdg-settings set default-url-scheme-handler https vivaldi-stable.desktop
echo 'user-db:user' >> /etc/dconf/profile/user
echo 'system-db:local' >> /etc/dconf/profile/user
wget 'https://gist.githubusercontent.com/lucasburlingham/fcb4e4aac9908491236af1212dd8c23a/raw/b6319e5076689588704dc0274b4b863c67bd4a05/' -O /etc/dconf/db/local.d/00-background
wget ''
dconf load < dconf-backup.txt
dconf update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment