From: Jannik ZANDER Date: Fri, 8 Jun 2018 19:49:21 +0000 (+0200) Subject: Keep debian stuff X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=85c5699c5f10b72aea612e7f78c152fff7c0601b;p=dotfiles.git Keep debian stuff --- diff --git a/.config/bash/aliases b/.config/bash/aliases index 1d452c2..7ca27e3 100644 --- a/.config/bash/aliases +++ b/.config/bash/aliases @@ -1,7 +1,7 @@ alias open='xdg-open &>/dev/null' alias sl=ls alias la='ls -A' -alias ll='ls -Al' +alias ll='ls -l' alias l1='ls -1' alias l.='ls -d .[a-z]*' diff --git a/.config/bash/environ b/.config/bash/environ index 01b35e0..94fb85d 100644 --- a/.config/bash/environ +++ b/.config/bash/environ @@ -96,6 +96,7 @@ fi #export XDG_CONFIG_HOME = $HOME/.config/ #export XDG_DATA_HOME = $HOME/.local/share/ #export XDG_DATA_DIRS = /usr/local/share/:/usr/share/ +export QT_STYLE_OVERRIDE=adwaita-dark export USERNAME=$LOGNAME export HOSTNAME=`hostname` diff --git a/.config/en_DK.ahk b/.config/en_DK.ahk deleted file mode 100755 index d297fac..0000000 Binary files a/.config/en_DK.ahk and /dev/null differ diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 1c9a696..734055c 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,8 +1,8 @@ [Default Applications] text/plain=vim.desktop -text/html=google-chrome.desktop -x-scheme-handler/http=google-chrome.desktop -x-scheme-handler/https=google-chrome.desktop +text/html=firefox.desktop +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop x-scheme-handler/about=google-chrome.desktop x-scheme-handler/unknown=google-chrome.desktop video/x-ogm+ogg=vlc.desktop @@ -118,6 +118,14 @@ audio/x-it=vlc.desktop audio/x-mod=vlc.desktop audio/x-s3m=vlc.desktop audio/x-xm=vlc.desktop +x-scheme-handler/ftp=firefox.desktop +x-scheme-handler/chrome=firefox.desktop +application/x-extension-htm=firefox.desktop +application/x-extension-html=firefox.desktop +application/x-extension-shtml=firefox.desktop +application/xhtml+xml=firefox.desktop +application/x-extension-xhtml=firefox.desktop +application/x-extension-xht=firefox.desktop [Added Associations] video/ogg=vlc.desktop; @@ -231,3 +239,15 @@ audio/x-it=vlc.desktop; audio/x-mod=vlc.desktop; audio/x-s3m=vlc.desktop; audio/x-xm=vlc.desktop; +application/x-mimearchive=gvim.desktop; +x-scheme-handler/http=firefox.desktop; +x-scheme-handler/https=firefox.desktop; +x-scheme-handler/ftp=firefox.desktop; +x-scheme-handler/chrome=firefox.desktop; +text/html=firefox.desktop; +application/x-extension-htm=firefox.desktop; +application/x-extension-html=firefox.desktop; +application/x-extension-shtml=firefox.desktop; +application/xhtml+xml=firefox.desktop; +application/x-extension-xhtml=firefox.desktop; +application/x-extension-xht=firefox.desktop; diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 29fabfb..003bee5 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -1,15 +1,15 @@ # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're -# interested in. All local changes will be retained on the next run +# interested in. All local changes will be retained on the next run. # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # -XDG_DESKTOP_DIR="$HOME/xdg/Desktop" -XDG_DOWNLOAD_DIR="$HOME/xdg/Downloads" -XDG_TEMPLATES_DIR="$HOME/xdg/Templates" -XDG_PUBLICSHARE_DIR="$HOME/xdg/Public" -XDG_DOCUMENTS_DIR="$HOME/xdg/Documents" -XDG_MUSIC_DIR="$HOME/xdg/Music" -XDG_PICTURES_DIR="$HOME/xdg/Pictures" -XDG_VIDEOS_DIR="$HOME/xdg/Videos" +XDG_DESKTOP_DIR="$HOME/Nextcloud/Desktop" +XDG_DOWNLOAD_DIR="$HOME/Nextcloud/Download" +XDG_TEMPLATES_DIR="$HOME/Nextcloud/Templates" +XDG_PUBLICSHARE_DIR="$HOME/Nextcloud/PublicShare" +XDG_DOCUMENTS_DIR="$HOME/Nextcloud/Documents" +XDG_MUSIC_DIR="$HOME/Nextcloud/Music" +XDG_PICTURES_DIR="$HOME/Nextcloud/Pictures" +XDG_VIDEOS_DIR="$HOME/Nextcloud/Videos" diff --git a/.ssh/config b/.ssh/config index 96ea24a..86d7c4d 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,15 +1,10 @@ # override as per host -Host grundfos - Hostname grundfos.com - User 59698 - IdentityFile ~/.ssh/id_rsa - Host bitbucket Hostname bitbucket.org User jannikz IdentityFile ~/.ssh/id_rsa -Host jaza.me +Host jaza Hostname jaza.me User jaz IdentityFile ~/.ssh/jaza.key