From f649c9a662716c9daec4425d16779a15791d4002 Mon Sep 17 00:00:00 2001 From: opalvaults <847966@proton.me> Date: Tue, 19 Jul 2022 23:11:21 -0700 Subject: [PATCH] - --- .config/doom/init.el | 8 ++++---- .config/user-dirs.dirs | 6 +++--- .config/zsh/.zshrc | 3 +-- .config/zsh/zsh_aliases | 18 ++++++++++++------ emacs.org | 8 ++++---- 5 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.config/doom/init.el b/.config/doom/init.el index 55194ce..b5f73bc 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -104,10 +104,10 @@ ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP ;;cc ; C > C++ == 1 - clojure ; java with a lisp + ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;clojure ; java with a lisp - common-lisp ; if you've seen one lisp, you've seen them all + ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans @@ -152,10 +152,10 @@ ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client ;;rst ; ReST in peace - (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good - (scheme +guile) ; a fully conniving family of lisps + ;;(scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;sml ;;solidity ; do you need a blockchain? No. diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 1e763ac..8772608 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -5,10 +5,10 @@ # 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_DIR="$HOME/" XDG_DOWNLOAD_DIR="$HOME/downloads" -XDG_TEMPLATES_DIR="$HOME" -XDG_PUBLICSHARE_DIR="$HOME" +XDG_TEMPLATES_DIR="$HOME/" +XDG_PUBLICSHARE_DIR="$HOME/" XDG_DOCUMENTS_DIR="$HOME/documents" XDG_MUSIC_DIR="$HOME/music" XDG_PICTURES_DIR="$HOME/pictures" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e7d5cad..0deabc6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -127,11 +127,10 @@ prompt_purification_setup() { prompt_purification_setup +source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey "^[[1;5C" forward-word bindkey "^[[1;5D" backward-word -source /home/opal/bin/zsh-autocomplete/zsh-autocomplete.plugin.zsh - #source <(kubectl completion zsh) export PATH="$PATH:/root/.local/bin" diff --git a/.config/zsh/zsh_aliases b/.config/zsh/zsh_aliases index b5bd112..3046ea2 100644 --- a/.config/zsh/zsh_aliases +++ b/.config/zsh/zsh_aliases @@ -1,15 +1,16 @@ # ~ Pacman ~ # -alias install="sudo pacman -S" -alias remove="sudo pacman -Rs" -alias search="sudo pacman -Ss" -alias update="sudo pacman -Syyu" +alias install="sudo dnf -y install" +alias remove="sudo dnf remove" +alias search="dnf search" +alias update="sudo dnf update" # ~ Commands ~ # alias ip="ip -c" # ~ Heck the GNU Coreutils ~ # -alias ls="exa" -alias cat="bat" +alias ls="exa -la" +alias cat="bat -p" +alias df="duf" # ~ Derp ~ # alias unmount="umount" @@ -17,3 +18,8 @@ alias please="sudo" # ~ Source Zsh Configuration ~ # alias zshrcsource="source ~/.config/zsh/.zshrc" + +# ~ Ansible ~ # +alias ans-run="ansible-playbook site.yml --ask-become-pass" +alias ans-run-tag="ansible-playbook site.yml --ask-become-pass --tags" +alias ans-run-start="ansible-playbook site.yml --ask-become-pass --start-at-task" diff --git a/emacs.org b/emacs.org index 838f847..ec90661 100644 --- a/emacs.org +++ b/emacs.org @@ -390,10 +390,10 @@ Rss reader ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP ;;cc ; C > C++ == 1 - clojure ; java with a lisp + ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;clojure ; java with a lisp - common-lisp ; if you've seen one lisp, you've seen them all + ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans @@ -438,10 +438,10 @@ Rss reader ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client ;;rst ; ReST in peace - (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good - (scheme +guile) ; a fully conniving family of lisps + ;;(scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;sml ;;solidity ; do you need a blockchain? No.