This commit is contained in:
opalvaults
2022-07-19 23:11:21 -07:00
parent 114171066d
commit f649c9a662
5 changed files with 24 additions and 19 deletions
+4 -4
View File
@@ -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.
+3 -3
View File
@@ -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"
+1 -2
View File
@@ -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"
+12 -6
View File
@@ -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"
+4 -4
View File
@@ -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.