mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add desktop environment configs and provisioning scripts for debian
- Add qutebrowser configs - Add xfce4-panel config - Add provision_debian script - Add upgrade_debian script - Refactor sync script to separate terminal and desktop env configs
This commit is contained in:
parent
116620843a
commit
b76aac107e
12 changed files with 516 additions and 11 deletions
82
.config/qutebrowser/autoconfig.yml
Normal file
82
.config/qutebrowser/autoconfig.yml
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||
# via config.load_autoconfig(). For more information, see:
|
||||
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||
# Instead, create a config.py - see :help for details.
|
||||
|
||||
config_version: 2
|
||||
settings:
|
||||
aliases:
|
||||
global:
|
||||
q: close
|
||||
qa: quit
|
||||
w: session-save
|
||||
wq: quit --save
|
||||
wqa: quit --save
|
||||
auto_save.interval:
|
||||
global: 15000
|
||||
auto_save.session:
|
||||
global: true
|
||||
backend:
|
||||
global: webengine
|
||||
bindings.commands:
|
||||
global:
|
||||
insert: {}
|
||||
colors.webpage.darkmode.enabled:
|
||||
global: false
|
||||
content.autoplay:
|
||||
global: false
|
||||
content.cookies.accept:
|
||||
global: no-3rdparty
|
||||
content.cookies.store:
|
||||
global: false
|
||||
content.local_storage:
|
||||
global: true
|
||||
content.notifications:
|
||||
https://app.slack.com: true
|
||||
content.webrtc_ip_handling_policy:
|
||||
global: all-interfaces
|
||||
content.xss_auditing:
|
||||
global: false
|
||||
downloads.location.directory:
|
||||
global: null
|
||||
downloads.location.prompt:
|
||||
global: true
|
||||
downloads.location.remember:
|
||||
global: true
|
||||
downloads.location.suggestion:
|
||||
global: path
|
||||
downloads.open_dispatcher:
|
||||
global: null
|
||||
downloads.position:
|
||||
global: top
|
||||
downloads.remove_finished:
|
||||
global: -1
|
||||
editor.command:
|
||||
global:
|
||||
- kitty
|
||||
- nvim
|
||||
- -f
|
||||
- '{file}'
|
||||
- -c
|
||||
- normal {line}G{column0}l
|
||||
editor.encoding:
|
||||
global: utf-8
|
||||
fonts.default_family:
|
||||
global: IBM Plex Mono
|
||||
fonts.web.family.fixed:
|
||||
global: IBM Plex Mono
|
||||
fonts.web.family.sans_serif:
|
||||
global: IBM Plex Sans
|
||||
fonts.web.family.serif:
|
||||
global: IBM Plex Serif
|
||||
fonts.web.family.standard:
|
||||
global: IBM Plex Sans
|
||||
fonts.web.size.default:
|
||||
global: 16
|
||||
url.default_page:
|
||||
global: http://wiki.m
|
||||
url.start_pages:
|
||||
global: http://wiki.m
|
||||
window.title_format:
|
||||
global: '{perc}{host}{title_sep}qutebrowser'
|
||||
2
.config/qutebrowser/bookmarks/urls
Normal file
2
.config/qutebrowser/bookmarks/urls
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
https://rotabull.octopus.app/app#/users/sign-in Octopus Deploy
|
||||
https://logentries.com/login/ Try Logentries Log Management Free – Logentries
|
||||
5
.config/qutebrowser/qsettings/QtProject.conf
Normal file
5
.config/qutebrowser/qsettings/QtProject.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[FileDialog]
|
||||
history=@Invalid()
|
||||
lastVisited=file:///home/m/Downloads
|
||||
qtVersion=5.14.2
|
||||
viewMode=Detail
|
||||
7
.config/qutebrowser/quickmarks
Normal file
7
.config/qutebrowser/quickmarks
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
slack https://app.slack.com/client/T1FR44MU4/C1FR44RHS
|
||||
hn https://news.ycombinator.com/
|
||||
ch https://app.clubhouse.io/rotabull/stories/space/1285/platform-eng
|
||||
gh https://github.com/
|
||||
gcp https://console.cloud.google.com/projectselector2/home/dashboard?organizationId=817788800675&supportedpurview=project
|
||||
aws https://console.aws.amazon.com/s3/home?region=us-east-1
|
||||
rip https://app.rippling.com/dashboard
|
||||
Loading…
Add table
Add a link
Reference in a new issue