diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:57:31 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:57:31 +0200 |
commit | 6cd9a449758d07f978dcfd036968cd5c31f2b236 (patch) | |
tree | f21df8717c30dd759bdab5be7d97547ff64e2bd3 | |
parent | Update (diff) | |
download | dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.gz dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.bz2 dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.xz dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.zst dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.zip |
Updates
-rw-r--r-- | .config/emacs/org/config.org | 3 | ||||
-rw-r--r-- | .config/env | 3 | ||||
-rw-r--r-- | .config/pipe-viewer/gtk-pipe-viewer.conf | 4 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 4 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 4 | ||||
-rwxr-xr-x | .local/bin/idea | 2 | ||||
-rwxr-xr-x | .local/bin/ndate | 2 | ||||
-rw-r--r-- | .ssh/config | 20 |
8 files changed, 32 insertions, 10 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index fe40bb5..5ab3b5b 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -8,7 +8,8 @@ (menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) - (blink-cursor-mode 0) + (blink-cursor-mode -1) + (setq visible-cursor nil) (global-hl-line-mode 1) (global-auto-revert-mode t) (defun my/disable-scroll-bars (frame) diff --git a/.config/env b/.config/env index 3f9785b..6c0f96c 100644 --- a/.config/env +++ b/.config/env @@ -59,9 +59,10 @@ export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history export NOTMUCH_CONFIG="$XDG_CONFIG_HOME"/notmuch/notmuchrc export NMBGIT="$XDG_DATA_HOME"/notmuch/nmbug export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc +export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc export STACK_ROOT="$XDG_DATA_HOME"/stack -export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass +export TSH_HOME="$XDG_CONFIG_HOME"/tsh export WGETRC="$XDG_CONFIG_HOME/wgetrc" export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc diff --git a/.config/pipe-viewer/gtk-pipe-viewer.conf b/.config/pipe-viewer/gtk-pipe-viewer.conf index ba60c17..8838f4a 100644 --- a/.config/pipe-viewer/gtk-pipe-viewer.conf +++ b/.config/pipe-viewer/gtk-pipe-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# GTK+ Pipe Viewer 0.1.2 - configuration file +# GTK+ Pipe Viewer 0.2.1 - configuration file our $CONFIG = { active_channel_type_combobox => 0, @@ -38,7 +38,7 @@ our $CONFIG = { mainw_centered => 0, mainw_fullscreen => 0, mainw_maximized => 0, - mainw_size => "958x358", + mainw_size => "958x1078", maxResults => 10, pipe_viewer => "/usr/local/bin/pipe-viewer", pipe_viewer_args => [], diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index faaf205..cab82ed 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -79,6 +79,7 @@ our $CONFIG = { region => undef, remove_played_file => 0, resolution => "best", + saved_channels_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", show_video_info => 1, skip_if_exists => 1, skip_watched => 0, @@ -116,9 +117,8 @@ our $CONFIG = { videoDuration => undef, videoLicense => undef, watch_history => 0, - watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", + watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "wget", - youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/local/bin/yt-dlp", diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index fa09b25..5643de5 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -24,9 +24,9 @@ alias \ bc='bc -l' \ mkf='gmake fclean' \ mkc='gmake clean' \ - mk='gmake -j5' \ + mk='gmake -j9' \ bmkc='make clean' \ - bmk='make -j5' \ + bmk='make -j9' \ web='w3m https://duckduckgo.com/' \ mpv='mpv --audio-channels=stereo' \ bat='bat --style=plain --tabs 4 --paging=always -f' \ diff --git a/.local/bin/idea b/.local/bin/idea index d093fc7..a863bb1 100755 --- a/.local/bin/idea +++ b/.local/bin/idea @@ -8,7 +8,7 @@ else thought="$*" fi -date=$(date) +date=$(date '+%a, %d %b %Y %T') html_fmt='\t\t\t\t<h3>'"${date}"'<\/h3>\ \t\t\t\t<p>\ \t\t\t\t\t'"${thought}"'\ diff --git a/.local/bin/ndate b/.local/bin/ndate index 3fd775e..027869e 100755 --- a/.local/bin/ndate +++ b/.local/bin/ndate @@ -59,7 +59,7 @@ sub main my $ret; ($date, undef, $ret) = capture { - system(DATE_PATH, '+%a %d %b %Y %H:%M'); + system(DATE_PATH, '+%a, %d %b %Y %H:%M'); }; if ($ret) { return 1; diff --git a/.ssh/config b/.ssh/config index 18b345e..9df2bdd 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,3 +8,23 @@ Host tv-exploit User tv Host joe HostName jozanofastora.xyz + +# +# Begin generated Teleport configuration for teleport-dev.security-mail.net:443 from `tsh config` +# + +# Common flags for all teleport-dev.security-mail.net hosts +Host *.teleport-dev.security-mail.net teleport-dev.security-mail.net + User root + UserKnownHostsFile "/home/jozan/.tsh/known_hosts" + IdentityFile "/home/jozan/.tsh/keys/teleport-dev.security-mail.net/teleport-admin" + CertificateFile "/home/jozan/.tsh/keys/teleport-dev.security-mail.net/teleport-admin-ssh/teleport-dev.security-mail.net-cert.pub" + +# Flags for all teleport-dev.security-mail.net hosts except the proxy +Host *.teleport-dev.security-mail.net !teleport-dev.security-mail.net + HostName %h + Port 3022 + ProxyCommand "/usr/local/bin/tsh" proxy ssh --cluster=teleport-dev.security-mail.net --proxy=teleport-dev.security-mail.net %r@%h:%p + + +# End generated Teleport configuration |