diff --git a/.bash_profile b/.bash_profile index 5595546..a00d4d5 100755 --- a/.bash_profile +++ b/.bash_profile @@ -33,7 +33,7 @@ export DISPLAY="localhost:0.0" export LESS="-iRM" # Prompt with Git -export PS1='\n\033[32m\]\u@\h \[\033[33m\w\033[0m\]$(__git_ps1 " (%s)")\n$ ' +export PS1='\n\033[32m\]\u@\h \[\033[33m\w\033[0m\]$(__git_ps1 " (%s)")\n\$ ' # Aliases alias ls="ls --color=auto --group-directories-first" @@ -56,7 +56,10 @@ alias gw="git whatchanged" alias cyg-get="/cygdrive/e/Install/Cygwin/setup-x86_64.exe -qn -P" alias cyg-update="/cygdrive/e/Install/Cygwin/setup-x86_64.exe -qng" alias bb="ssh -t tty.sdf.org bboard" -alias sudo="cygstart --action=runas" "$@" +alias sudo="elevate -k" "$@" # https://code.kliu.org/misc/elevate/ +alias pastebin="pb" # https://tildegit.org/tomasino/pb +alias shn="pb -u" +alias cls="printf '\ec'" # Clear screen+scrollback # Git source /usr/share/git-core/git-prompt.sh diff --git a/.config/aria2/aria2.conf b/.config/aria2/aria2.conf index 1a1b682..342a541 100755 --- a/.config/aria2/aria2.conf +++ b/.config/aria2/aria2.conf @@ -1,3 +1,4 @@ continue dir=g:\download max-connection-per-server=4 +check-certificate=false \ No newline at end of file diff --git a/.config/configstore/update-notifier-npm.json b/.config/configstore/update-notifier-npm.json index be5033d..23ba477 100755 --- a/.config/configstore/update-notifier-npm.json +++ b/.config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1612441551055 + "lastUpdateCheck": 1626534101352 } \ No newline at end of file diff --git a/.elinks/globhist b/.config/mc/hotlist similarity index 100% rename from .elinks/globhist rename to .config/mc/hotlist diff --git a/.config/mc/ini b/.config/mc/ini index c5a7351..db41246 100755 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -88,6 +88,8 @@ filepos_max_saved_entries=1024 safe_overwrite=false +shadows=true + [Layout] message_visible=true keybar_visible=true @@ -151,7 +153,7 @@ mouse_move_pages=true filetype_mode=true permission_mode=false torben_fj_mode=false -quick_search_mode=2 +quick_search_mode=0 select_flags=6 panel_scroll_center=false diff --git a/.config/mc/panels.ini b/.config/mc/panels.ini index f0da316..6266cf4 100755 --- a/.config/mc/panels.ini +++ b/.config/mc/panels.ini @@ -1,7 +1,7 @@ [New Left Panel] display=listing reverse=false -case_sensitive=true +case_sensitive=false exec_first=false sort_order=name list_mode=full @@ -18,7 +18,7 @@ list_format=user [New Right Panel] display=listing reverse=false -case_sensitive=true +case_sensitive=false exec_first=false sort_order=name list_mode=full @@ -33,4 +33,5 @@ user_mini_status=false list_format=user [Dirs] -current_is_left=false +current_is_left=true +other_dir=/cygdrive/c/Users/Stian diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config index 4e61ede..4662514 100755 --- a/.config/youtube-dl/config +++ b/.config/youtube-dl/config @@ -1 +1,2 @@ --no-check-certificate +-o 'G:\download\%(title)s-%(id)s.%(ext)s' diff --git a/.curlrc b/.curlrc new file mode 100755 index 0000000..6a3c2c3 --- /dev/null +++ b/.curlrc @@ -0,0 +1,2 @@ +# No check certificate +--insecure diff --git a/.elinks/gotohist b/.elinks/gotohist deleted file mode 100755 index e69de29..0000000 diff --git a/.lynx/lynx_bookmarks.html b/.lynx/lynx_bookmarks.html index 2433ad0..f97b0d0 100755 --- a/.lynx/lynx_bookmarks.html +++ b/.lynx/lynx_bookmarks.html @@ -17,4 +17,4 @@ Note: if you edit this file manually

    -
  1. stian.sdf.org | Personal web site for Stian Lund +
  2. stian.sdf.org | Personal web site for Stian Lund diff --git a/.tidyrc b/.tidyrc index 1973393..d380509 100755 --- a/.tidyrc +++ b/.tidyrc @@ -1,546 +1,99 @@ -// config file for HTML tidy - +accessibility-check: 0 (Tidy Classic) +add-meta-charset: no add-xml-decl: no - -// Type: Boolean Default: no Example: y/n, yes/no, t/f, true/false, 1/0 -// This option specifies if Tidy should add the XML declaration when outputting XML -// or XHTML. Note that if the input already includes an declaration -// then this option will be ignored. - -//add-xml-pi: no -// Type: Boolean Default: no Example: y/n, yes/no, t/f, true/false, 1/0 -// This option is the same as the add-xml-decl option. - add-xml-space: no - -// Type: Boolean Default: no Example: y/n, yes/no, t/f, true/false, 1/0 -// This option specifies if Tidy should add xml:space="preserve" to elements such -// as
    ,