Compare commits
6 Commits
arch-2
...
single-scr
| Author | SHA1 | Date | |
|---|---|---|---|
| 8eed1c71db | |||
| 8781493ffb | |||
| 71017721bc | |||
| a4946bf75d | |||
| 273d23abc0 | |||
| c41e14a302 |
@@ -7,6 +7,7 @@
|
|||||||
# clear screen
|
# clear screen
|
||||||
c "printf '\033c'"
|
c "printf '\033c'"
|
||||||
d "cd ~/Downloads && printf '\033c'"
|
d "cd ~/Downloads && printf '\033c'"
|
||||||
|
# dn "cd ~/Downloads && printf '\033c'"
|
||||||
# e "echo \$"
|
# e "echo \$"
|
||||||
hst "history"
|
hst "history"
|
||||||
# nft "printf '\033c' && neofetch | lolcat"
|
# nft "printf '\033c' && neofetch | lolcat"
|
||||||
@@ -190,7 +191,7 @@ rsy "rsync --ignore-existing -Ptr"
|
|||||||
lhd "sudo fdisk -l"
|
lhd "sudo fdisk -l"
|
||||||
# get disc space for mounted drives
|
# get disc space for mounted drives
|
||||||
# ds "df -h | tee >(head -n 1) >(grep sd) >/dev/null"
|
# ds "df -h | tee >(head -n 1) >(grep sd) >/dev/null"
|
||||||
ds "df -h | head -n 1 && df -h | grep sd"
|
dsp "df -h | head -n 1 && df -h | grep sd"
|
||||||
chownw "sudo chown -R kevin:wheel"
|
chownw "sudo chown -R kevin:wheel"
|
||||||
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
||||||
# cd into backup folder and show backup sizes
|
# cd into backup folder and show backup sizes
|
||||||
@@ -333,6 +334,10 @@ id "identify"
|
|||||||
mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install"
|
mst "sudo rm ~/st/config.h && sudo bear make -C ~/st install"
|
||||||
# mst "sudo ~/st/make-st.sh"
|
# mst "sudo ~/st/make-st.sh"
|
||||||
|
|
||||||
|
mlf2 "sudo mount /dev/sdd1 /mnt/linux-files-2"
|
||||||
|
|
||||||
|
kgpg "kill -9 gpg-agent && gpg-agent"
|
||||||
|
|
||||||
# system ]]]
|
# system ]]]
|
||||||
|
|
||||||
# applications [[[ #
|
# applications [[[ #
|
||||||
@@ -504,6 +509,7 @@ usn "usernames --num 20"
|
|||||||
vmd "vimdiff"
|
vmd "vimdiff"
|
||||||
# wg "wego"
|
# wg "wego"
|
||||||
ytd "youtube-dl"
|
ytd "youtube-dl"
|
||||||
|
wal "wal -i"
|
||||||
wc "wc -l"
|
wc "wc -l"
|
||||||
wcw "wc -w"
|
wcw "wc -w"
|
||||||
wch "weechat"
|
wch "weechat"
|
||||||
@@ -512,7 +518,7 @@ wch "weechat"
|
|||||||
# wg "curl -L wthr.ml"
|
# wg "curl -L wthr.ml"
|
||||||
wgm "curl -L wthr.ml/m"
|
wgm "curl -L wthr.ml/m"
|
||||||
wgt "curl -L wthr.ml/t"
|
wgt "curl -L wthr.ml/t"
|
||||||
yt "youtube-dl"
|
yt "yt-dlp -vU"
|
||||||
z "zathura --fork"
|
z "zathura --fork"
|
||||||
|
|
||||||
lz "unzip -l"
|
lz "unzip -l"
|
||||||
@@ -529,7 +535,7 @@ pi "pass insert -m"
|
|||||||
pg "pass generate -c"
|
pg "pass generate -c"
|
||||||
ps "pass show"
|
ps "pass show"
|
||||||
psi "pass show info | bat"
|
psi "pass show info | bat"
|
||||||
pev "pass edit finances/visa"
|
pev "pass edit finances/visa-cash"
|
||||||
|
|
||||||
xc "xclip -selection clipboard"
|
xc "xclip -selection clipboard"
|
||||||
xo "xclip -o >"
|
xo "xclip -o >"
|
||||||
@@ -639,7 +645,8 @@ gmgt "git mergetool"
|
|||||||
gr "git remote -v"
|
gr "git remote -v"
|
||||||
gra "git remote add origin"
|
gra "git remote add origin"
|
||||||
grao "git remote add orig"
|
grao "git remote add orig"
|
||||||
grag "git remote add gitea ssh://git@git.kevin-mok.com:399/Kevin-Mok/"
|
# grag "git remote add gitea ssh://git@git.kevin-mok.com:399/Kevin-Mok/"
|
||||||
|
grag "git remote add github"
|
||||||
|
|
||||||
grr "git remote remove origin"
|
grr "git remote remove origin"
|
||||||
gru "git branch --set-upstream-to=origin/main main"
|
gru "git branch --set-upstream-to=origin/main main"
|
||||||
@@ -765,7 +772,8 @@ psgi "git add -A && git commit -m 'Update' -S && git push"
|
|||||||
gps "git push"
|
gps "git push"
|
||||||
gpso "git push origin"
|
gpso "git push origin"
|
||||||
gpsoh "git push -f origin HEAD:"
|
gpsoh "git push -f origin HEAD:"
|
||||||
gpsg "git push gitea"
|
# gpsg "git push gitea"
|
||||||
|
gpsg "git push github"
|
||||||
gpsk "git push kevin"
|
gpsk "git push kevin"
|
||||||
gpsdl "git push origin --delete"
|
gpsdl "git push origin --delete"
|
||||||
# gpsi "git config credential.helper store && git push"
|
# gpsi "git config credential.helper store && git push"
|
||||||
@@ -1066,7 +1074,7 @@ ghr "github-release"
|
|||||||
|
|
||||||
# docker [[[ #
|
# docker [[[ #
|
||||||
|
|
||||||
d "docker"
|
do "docker"
|
||||||
db "docker build"
|
db "docker build"
|
||||||
dc "docker-compose"
|
dc "docker-compose"
|
||||||
dcu "docker-compose up -d"
|
dcu "docker-compose up -d"
|
||||||
@@ -1080,7 +1088,7 @@ dp "docker push"
|
|||||||
dr "docker run"
|
dr "docker run"
|
||||||
drm "docker remove"
|
drm "docker remove"
|
||||||
drmi "docker rmi -f"
|
drmi "docker rmi -f"
|
||||||
ds "docker stop"
|
dst "docker stop"
|
||||||
|
|
||||||
# ]]] docker #
|
# ]]] docker #
|
||||||
|
|
||||||
@@ -1128,6 +1136,14 @@ kt "kubectl status"
|
|||||||
|
|
||||||
# ]]] kubectl #
|
# ]]] kubectl #
|
||||||
|
|
||||||
|
tf "terraform"
|
||||||
|
tfa "terraform apply"
|
||||||
|
tfds "terraform destroy"
|
||||||
|
tfi "terraform init"
|
||||||
|
tfo "terraform output"
|
||||||
|
tfp "terraform plan"
|
||||||
|
tfs "terraform show"
|
||||||
|
|
||||||
# jenkins [[[ #
|
# jenkins [[[ #
|
||||||
|
|
||||||
jk "java -jar ~/java/jenkins-cli.jar -s http://localhost:8090 -auth kevin:$JENKINS_TOKEN"
|
jk "java -jar ~/java/jenkins-cli.jar -s http://localhost:8090 -auth kevin:$JENKINS_TOKEN"
|
||||||
@@ -1217,6 +1233,9 @@ hu "helm upgrade"
|
|||||||
|
|
||||||
# ]]] helm #
|
# ]]] helm #
|
||||||
|
|
||||||
|
zr "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume.pdf"
|
||||||
|
zrw "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume-web-dev.pdf"
|
||||||
|
|
||||||
# ]]] red-hat #
|
# ]]] red-hat #
|
||||||
|
|
||||||
# tet "ticker (cat ~/Documents/expenses/etf.md) | xclip -selection clipboard"
|
# tet "ticker (cat ~/Documents/expenses/etf.md) | xclip -selection clipboard"
|
||||||
|
|||||||
@@ -45,14 +45,16 @@ bm ~/Documents/bookmarks
|
|||||||
ccd ~/.calcurse
|
ccd ~/.calcurse
|
||||||
cms ~/Documents/codm/site
|
cms ~/Documents/codm/site
|
||||||
cn ~/coding
|
cn ~/coding
|
||||||
|
# dn ~/Downloads
|
||||||
drk ~/coding/dark-sky
|
drk ~/coding/dark-sky
|
||||||
ffx ~/linux-config/dot_config/fish/functions
|
ffx ~/linux-config/dot_config/fish/functions
|
||||||
hbd ~/.habitctl
|
hbd ~/.habitctl
|
||||||
ib ~/linux-config/dot_config/i3blocks/scripts
|
ib ~/linux-config/dot_config/i3blocks/scripts
|
||||||
mbd ~/coding/minikube
|
mbd ~/coding/minikube
|
||||||
pig ~/coding/pigallery
|
pig ~/coding/pigallery
|
||||||
|
mbk ~/coding/minikube-kompose
|
||||||
ms ~/coding/mf-site
|
ms ~/coding/mf-site
|
||||||
msp ~/coding/mf-site/static/pdf
|
msr ~/coding/mf-site/static/pdf
|
||||||
pr ~/coding/pull-requests
|
pr ~/coding/pull-requests
|
||||||
ra ~/linux-config/dot_config/ranger
|
ra ~/linux-config/dot_config/ranger
|
||||||
rd ~/Documents/red-discord-bot
|
rd ~/Documents/red-discord-bot
|
||||||
@@ -62,6 +64,7 @@ rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure
|
|||||||
sr ~/linux-config/scripts
|
sr ~/linux-config/scripts
|
||||||
vsnps ~/.vim/plugged/vim-snippets/UltiSnips
|
vsnps ~/.vim/plugged/vim-snippets/UltiSnips
|
||||||
sw ~/.local/share/nvim/swap/
|
sw ~/.local/share/nvim/swap/
|
||||||
|
tfd ~/coding/terraform
|
||||||
ttd ~/.timetrace
|
ttd ~/.timetrace
|
||||||
ttdr ~/.timetrace/records
|
ttdr ~/.timetrace/records
|
||||||
tx ~/linux-config/txt
|
tx ~/linux-config/txt
|
||||||
@@ -268,60 +271,9 @@ lt ~/school/latex-notes
|
|||||||
|
|
||||||
ltc ~/coding/leetcode
|
ltc ~/coding/leetcode
|
||||||
|
|
||||||
# 494 [[[ #
|
|
||||||
|
|
||||||
4 ~/school/494
|
|
||||||
4d ~/school/494/design
|
|
||||||
4dm ~/school/494/design/meetings
|
|
||||||
4dp ~/school/494/design/provotu
|
|
||||||
4p ~/school/494/papers
|
|
||||||
vt ~/coding/dao-voting
|
|
||||||
ovn ~/coding/dao-voting/anonymousvoting/contracts
|
|
||||||
|
|
||||||
# provotum [[[ #
|
|
||||||
|
|
||||||
pv ~/coding/dao-voting/provotum-v2
|
|
||||||
pva ~/coding/dao-voting/provotum-v2/voting-authority
|
|
||||||
pvab ~/coding/dao-voting/provotum-v2/voting-authority/backend
|
|
||||||
pvaf ~/coding/dao-voting/provotum-v2/voting-authority/frontend
|
|
||||||
pvac ~/coding/dao-voting/provotum-v2/access-provider-backend
|
|
||||||
pvf ~/coding/dao-voting/provotum-v2/voter-frontend/src
|
|
||||||
pvc ~/coding/dao-voting/provotum-v2/contracts/contracts/FiniteField
|
|
||||||
pvs ~/coding/dao-voting/provotum-v2/sealer
|
|
||||||
pvsb ~/coding/dao-voting/provotum-v2/sealer/backend/src
|
|
||||||
pvsf ~/coding/dao-voting/provotum-v2/sealer/frontend/src
|
|
||||||
pvs1 /mnt/linux-files-2/coding/dao-voting/sealer-1/sealer/backend
|
|
||||||
pvs1f /mnt/linux-files-2/coding/dao-voting/sealer-1/sealer/frontend
|
|
||||||
pvs2 /mnt/linux-files-2/coding/dao-voting/sealer-2/sealer/backend
|
|
||||||
pvs2f /mnt/linux-files-2/coding/dao-voting/sealer-2/sealer/frontend
|
|
||||||
pvs3 /mnt/linux-files-2/coding/dao-voting/sealer-3/sealer/backend
|
|
||||||
pvs3f /mnt/linux-files-2/coding/dao-voting/sealer-3/sealer/frontend
|
|
||||||
|
|
||||||
pvg ~/coding/dao-voting/pv-ganache
|
|
||||||
bd ~/coding/dao-voting/besu-deploy
|
|
||||||
gt ~/coding/dao-voting/ganache-tx
|
|
||||||
|
|
||||||
# ]]] provotum #
|
|
||||||
|
|
||||||
# ]]] 494 #
|
|
||||||
|
|
||||||
# ess [[[ #
|
|
||||||
|
|
||||||
e ~/school/ess
|
|
||||||
en ~/school/ess/notes
|
|
||||||
er ~/school/ess/rough-draft
|
|
||||||
ern ~/school/ess/rough-draft/notes
|
|
||||||
ei ~/school/ess/individ-map
|
|
||||||
es ~/school/ess/story
|
|
||||||
|
|
||||||
# ess ]]] #
|
|
||||||
|
|
||||||
arc ~/school/arc
|
|
||||||
egy ~/school/egypt
|
|
||||||
ggr ~/school/ggr
|
|
||||||
ggra ~/school/ggr/assignments/a1
|
|
||||||
|
|
||||||
jf ~/school/job-fair
|
jf ~/school/job-fair
|
||||||
|
jh ~/school/job-hunt
|
||||||
|
jhi ~/school/job-hunt/interview-questions
|
||||||
|
|
||||||
# ]]] sch #
|
# ]]] sch #
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ k ~/linux-config/dot_config/kitty/kitty.conf
|
|||||||
lh ~/Documents/listening-history/polarbier.csv
|
lh ~/Documents/listening-history/polarbier.csv
|
||||||
mc ~/coding/mf-site/assets/sass/main.scss
|
mc ~/coding/mf-site/assets/sass/main.scss
|
||||||
mi ~/coding/mf-site/ideas.md
|
mi ~/coding/mf-site/ideas.md
|
||||||
|
msr ~/coding/mf-site/content/resume/_index.md
|
||||||
ne ~/linux-config/configs/neofetch/config.conf
|
ne ~/linux-config/configs/neofetch/config.conf
|
||||||
re README.md
|
re README.md
|
||||||
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
||||||
@@ -114,6 +115,7 @@ rm ~/Documents/red-hat/meeting.md
|
|||||||
rt ~/Documents/red-hat/todo.md
|
rt ~/Documents/red-hat/todo.md
|
||||||
|
|
||||||
lip ~/Documents/linkedin/linkedin-profile.md
|
lip ~/Documents/linkedin/linkedin-profile.md
|
||||||
|
jhi ~/school/job-hunt/info.md
|
||||||
|
|
||||||
# ]]] pey #
|
# ]]] pey #
|
||||||
|
|
||||||
|
|||||||
@@ -138,6 +138,8 @@ set -x FULLNODE_API_INFO wss://api.chain.love
|
|||||||
|
|
||||||
set -x IPAD_IMG 18
|
set -x IPAD_IMG 18
|
||||||
|
|
||||||
|
source /home/kevin/coding/aws.fish
|
||||||
|
|
||||||
# ]]] universal var's #
|
# ]]] universal var's #
|
||||||
|
|
||||||
# fish-specific [[[ #
|
# fish-specific [[[ #
|
||||||
@@ -305,5 +307,6 @@ abbr xya "export-pkgs"
|
|||||||
# task sync > /dev/null 2>&1
|
# task sync > /dev/null 2>&1
|
||||||
|
|
||||||
source /home/kevin/.config/fish/key_abbr.fish > /dev/null
|
source /home/kevin/.config/fish/key_abbr.fish > /dev/null
|
||||||
wal -r
|
# wal -r
|
||||||
|
cat /home/kevin/.cache/wal/sequences
|
||||||
# ~/scripts/xmodmap-custom
|
# ~/scripts/xmodmap-custom
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
# startup [[[ #
|
# startup [[[ #
|
||||||
|
|
||||||
set $term kitty
|
set $term kitty
|
||||||
|
set $term_alt urxvt
|
||||||
|
# set $term urxvt
|
||||||
|
# set $term_alt kitty
|
||||||
# set $term st
|
# set $term st
|
||||||
# set $term_alt urxvt
|
|
||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
set $term urxvt
|
set $term urxvt
|
||||||
# set $term_alt kitty
|
set $term_alt kitty
|
||||||
set $term_alt st
|
# set $term_alt st
|
||||||
# set $term_alt urxvt
|
# set $term_alt urxvt
|
||||||
exec dunst
|
exec dunst
|
||||||
exec compton
|
exec compton
|
||||||
@@ -370,7 +372,7 @@ bindsym Mod4+$mod+b layout tabbed; exec $term -e fish -c "buku-fzf fq"
|
|||||||
|
|
||||||
# ]]] ws3 #
|
# ]]] ws3 #
|
||||||
|
|
||||||
set $ws4 "4 "
|
set $ws4 "4 "
|
||||||
workspace $ws4 output $secondary
|
workspace $ws4 output $secondary
|
||||||
# bindsym $mod+F4 workspace $ws4; exec $term
|
# bindsym $mod+F4 workspace $ws4; exec $term
|
||||||
# bindsym Control+Shift+F4 workspace $ws4; exec $term -e fish -c 'tmux-attach misc'
|
# bindsym Control+Shift+F4 workspace $ws4; exec $term -e fish -c 'tmux-attach misc'
|
||||||
@@ -577,8 +579,8 @@ bar {
|
|||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
font pango:$sb_font 17
|
font pango:$sb_font 17
|
||||||
{{ else }}
|
{{ else }}
|
||||||
# font pango:$sb_font 17
|
font pango:$sb_font 17
|
||||||
font pango:$sb_font 16
|
# font pango:$sb_font 16
|
||||||
{{ end }}
|
{{ end }}
|
||||||
colors {
|
colors {
|
||||||
# 0 (transparent) -> 255 (opaque) in hex
|
# 0 (transparent) -> 255 (opaque) in hex
|
||||||
@@ -593,7 +595,8 @@ bar {
|
|||||||
tray_output none
|
tray_output none
|
||||||
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
||||||
status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
|
status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
|
||||||
output $main
|
# output $main
|
||||||
|
output $secondary
|
||||||
wheel_up_cmd nop
|
wheel_up_cmd nop
|
||||||
wheel_down_cmd nop
|
wheel_down_cmd nop
|
||||||
}
|
}
|
||||||
@@ -602,31 +605,31 @@ bar {
|
|||||||
|
|
||||||
# secondary bar [[[ #
|
# secondary bar [[[ #
|
||||||
|
|
||||||
bar {
|
# bar {
|
||||||
output $secondary
|
# output $secondary
|
||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
# {{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
font pango:$sb_font 18
|
# font pango:$sb_font 18
|
||||||
{{ else }}
|
# {{ else }}
|
||||||
font pango:$sb_font 21
|
# font pango:$sb_font 21
|
||||||
# font pango:$sb_font 20
|
# # font pango:$sb_font 20
|
||||||
# font pango:$sb_font 17
|
# # font pango:$sb_font 17
|
||||||
{{ end }}
|
# {{ end }}
|
||||||
# output $main
|
# # output $main
|
||||||
i3bar_command i3bar -t
|
# i3bar_command i3bar -t
|
||||||
colors {
|
# colors {
|
||||||
background $black$bar_trans
|
# background $black$bar_trans
|
||||||
# border, bg, text color
|
# # border, bg, text color
|
||||||
# focused_workspace $inactive_ws_bg $bg $focused_ws_text
|
# # focused_workspace $inactive_ws_bg $bg $focused_ws_text
|
||||||
focused_workspace $inactive_ws_bg $bg $fg
|
# focused_workspace $inactive_ws_bg $bg $fg
|
||||||
active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
|
# active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
|
||||||
inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
|
# inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
|
||||||
}
|
# }
|
||||||
status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
|
# status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
|
||||||
# status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
|
# # status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
|
||||||
tray_output none
|
# tray_output none
|
||||||
wheel_up_cmd nop
|
# wheel_up_cmd nop
|
||||||
wheel_down_cmd nop
|
# wheel_down_cmd nop
|
||||||
}
|
# }
|
||||||
|
|
||||||
# ]]] secondary bar #
|
# ]]] secondary bar #
|
||||||
|
|
||||||
|
|||||||
@@ -52,16 +52,34 @@ label=ETH
|
|||||||
TICKER=ETHUSDC
|
TICKER=ETHUSDC
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
[kraken]
|
# [kraken]
|
||||||
label=SOL
|
# label=SOL
|
||||||
TICKER=SOLUSD
|
# TICKER=SOLUSD
|
||||||
interval=30
|
# interval=30
|
||||||
|
|
||||||
# [kraken]
|
# [kraken]
|
||||||
# label=SEI
|
# label=SEI
|
||||||
# TICKER=SEIUSD
|
# TICKER=SEIUSD
|
||||||
# interval=30
|
# interval=30
|
||||||
|
|
||||||
|
[dexscreener]
|
||||||
|
label=PIXL
|
||||||
|
CHAIN=ethereum
|
||||||
|
PAIR=0x31c0ba10e4e12be6cdceb612e5e829d977532bfc
|
||||||
|
interval=30
|
||||||
|
|
||||||
|
# [dexscreener]
|
||||||
|
# label=BLAST
|
||||||
|
# CHAIN=blast
|
||||||
|
# PAIR=0x9A0AA28d999a21d3cf6F2703CDBba9FeAF4a32F7
|
||||||
|
# interval=30
|
||||||
|
|
||||||
|
[dexscreener]
|
||||||
|
label=LOCK
|
||||||
|
CHAIN=solana
|
||||||
|
PAIR=AtWMAA6T9t8cq8XCccCFPGDNNQYXhScuNuY6WVRi7FKe
|
||||||
|
interval=30
|
||||||
|
|
||||||
# [dexscreener]
|
# [dexscreener]
|
||||||
# label=FLT
|
# label=FLT
|
||||||
# CHAIN=ethereum
|
# CHAIN=ethereum
|
||||||
@@ -96,16 +114,16 @@ interval=60
|
|||||||
# SHORT_NAME=
|
# SHORT_NAME=
|
||||||
# interval=5
|
# interval=5
|
||||||
|
|
||||||
[spotify]
|
# [spotify]
|
||||||
# command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
# # command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
||||||
# label=
|
# # label=
|
||||||
label=
|
# label=
|
||||||
# label=🎧
|
# # label=🎧
|
||||||
# green
|
# # green
|
||||||
# color=#198c19
|
# # color=#198c19
|
||||||
# aqua
|
# # aqua
|
||||||
# color=#2d7272
|
# # color=#2d7272
|
||||||
interval=5
|
# interval=5
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] volume/spotify #
|
# ]]] volume/spotify #
|
||||||
@@ -173,9 +191,9 @@ WIDTH=220
|
|||||||
|
|
||||||
# name [[[ #
|
# name [[[ #
|
||||||
|
|
||||||
[name]
|
# [name]
|
||||||
label=
|
# label=
|
||||||
interval=30
|
# interval=30
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] name #
|
# ]]] name #
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. "/home/kevin/.cache/wal/colors.sh"
|
. "/home/kevin/.cache/wal/colors.sh"
|
||||||
ticker=$(~/scripts/dexscrener $CHAIN $PAIR)
|
ticker=$(~/scripts/dexscreener $CHAIN $PAIR)
|
||||||
printf "%s\n\n%s\n" "$ticker" "$color7"
|
printf "%s\n\n%s\n" "$ticker" "$color7"
|
||||||
|
|||||||
@@ -337,7 +337,7 @@ public_ip_host="http://ident.me"
|
|||||||
# 'Disk (/): 74G / 118G (66%)'
|
# 'Disk (/): 74G / 118G (66%)'
|
||||||
#
|
#
|
||||||
# disk_show=('/' '/home' '/mnt/linux-files' )
|
# disk_show=('/' '/home' '/mnt/linux-files' )
|
||||||
disk_show=('/dev/sda1' '/dev/sda3' '/dev/sdc2' )
|
disk_show=('/dev/sdc1' '/dev/sdc3' '/dev/sdd1' )
|
||||||
|
|
||||||
# Disk subtitle.
|
# Disk subtitle.
|
||||||
# What to append to the Disk subtitle.
|
# What to append to the Disk subtitle.
|
||||||
|
|||||||
@@ -705,7 +705,7 @@ map v. shell $EDITOR %f
|
|||||||
|
|
||||||
source {{ .chezmoi.homeDir }}/.config/ranger/key_mappings.conf
|
source {{ .chezmoi.homeDir }}/.config/ranger/key_mappings.conf
|
||||||
|
|
||||||
map dg shell dragon-drag-and-drop -a -x %p
|
map dg shell dragon-drop -a -x %p
|
||||||
# map <C-d> shell dragon-drag-and-drop -a -x %p
|
# map <C-d> shell dragon-drag-and-drop -a -x %p
|
||||||
# a plugin that adds file glyphs / icon support to Ranger:
|
# a plugin that adds file glyphs / icon support to Ranger:
|
||||||
# https://github.com/alexanderjeurissen/ranger_devicons
|
# https://github.com/alexanderjeurissen/ranger_devicons
|
||||||
|
|||||||
@@ -150,10 +150,10 @@ Plug 'vim-scripts/L9'
|
|||||||
" find files from within Vim
|
" find files from within Vim
|
||||||
" Plug 'vim-scripts/FuzzyFinder'
|
" Plug 'vim-scripts/FuzzyFinder'
|
||||||
|
|
||||||
{{ if not .gui }}
|
" {{ if not .gui }}
|
||||||
" Gotham color scheme
|
" Gotham color scheme
|
||||||
Plug 'whatyouhide/vim-gotham'
|
Plug 'whatyouhide/vim-gotham'
|
||||||
{{ end }}
|
" {{ end }}
|
||||||
|
|
||||||
" " collection of Vim color schemes
|
" " collection of Vim color schemes
|
||||||
" Plug 'flazz/vim-colorschemes'
|
" Plug 'flazz/vim-colorschemes'
|
||||||
@@ -254,6 +254,7 @@ Plug 'vim-airline/vim-airline'
|
|||||||
let g:airline_section_c = '%F'
|
let g:airline_section_c = '%F'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
let g:airline_theme='supernova'
|
||||||
|
|
||||||
" continue Markdown lists when started
|
" continue Markdown lists when started
|
||||||
" arc
|
" arc
|
||||||
@@ -261,6 +262,9 @@ Plug 'dkarter/bullets.vim'
|
|||||||
|
|
||||||
" coordinate Vim color scheme with terminal color scheme
|
" coordinate Vim color scheme with terminal color scheme
|
||||||
Plug 'dylanaraps/wal.vim'
|
Plug 'dylanaraps/wal.vim'
|
||||||
|
Plug 'AlphaTechnolog/pywal.nvim', { 'as': 'pywal' }
|
||||||
|
" Plug 'morhetz/gruvbox'
|
||||||
|
Plug 'bluz71/vim-nightfly-colors', { 'as': 'nightfly' }
|
||||||
|
|
||||||
" repeat plugin commands
|
" repeat plugin commands
|
||||||
Plug 'tpope/vim-repeat'
|
Plug 'tpope/vim-repeat'
|
||||||
@@ -365,7 +369,11 @@ Plug 'jidn/vim-dbml'
|
|||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
{{ if .gui }}
|
{{ if .gui }}
|
||||||
colorscheme wal
|
" autocmd vimenter * ++nested colorscheme gruvbox
|
||||||
|
" colorscheme wal
|
||||||
|
colorscheme pywal
|
||||||
|
" colorscheme nightfly
|
||||||
|
" colorscheme gotham256
|
||||||
{{ else }}
|
{{ else }}
|
||||||
colorscheme gotham256
|
colorscheme gotham256
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -1 +1,14 @@
|
|||||||
curl -s https://api.dexscreener.com/latest/dex/pairs/$1/$2| jq -r '.pairs | .[] | .priceUsd'
|
# /bin/bash
|
||||||
|
|
||||||
|
# curl -s https://api.dexscreener.com/latest/dex/pairs/$1/$2| jq -r '.pairs | .[] | .priceUsd'
|
||||||
|
raw=$(curl -s "https://api.dexscreener.com/latest/dex/pairs/$1/$2")
|
||||||
|
price=$(echo "$raw" | jq -r ".pairs | .[] | .priceUsd")
|
||||||
|
# if (( $(echo "$price < .05" | bc -l) )); then
|
||||||
|
# printf "%0.4f\n" "$price" | cut -c 4-
|
||||||
|
# elif (( $(echo "$price < .1" | bc -l) )); then
|
||||||
|
# printf "%0.3f\n" "$price" | cut -c 4-
|
||||||
|
if (( $(echo "$price < .09" | bc -l) )); then
|
||||||
|
printf "%0.4f\n" "$price" | cut -c 4-
|
||||||
|
elif (( $(echo "$price < .1" | bc -l) )); then
|
||||||
|
printf "%0.3f\n" "$price" | cut -c 4-
|
||||||
|
fi
|
||||||
|
|||||||
20
txt/arch-2-aur.txt
Normal file
20
txt/arch-2-aur.txt
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
cava 0.10.2-2
|
||||||
|
cava-debug 0.10.2-2
|
||||||
|
cli-visualizer 1.8-10
|
||||||
|
cli-visualizer-debug 1.8-10
|
||||||
|
dragon-drop 1.2.0-2
|
||||||
|
dragon-drop-debug 1.2.0-2
|
||||||
|
python-exceptiongroup 1.2.1-2
|
||||||
|
qt5-webkit 5.212.0alpha4-22
|
||||||
|
qt5-webkit-debug 5.212.0alpha4-22
|
||||||
|
spotify 1:1.2.31.1205-2
|
||||||
|
systemd-numlockontty 0.1-14
|
||||||
|
timetrace-bin 0.14.3-6
|
||||||
|
timetrace-bin-debug 0.14.3-6
|
||||||
|
vidir 1.0.0-2
|
||||||
|
wkhtmltopdf 0.12.6-1
|
||||||
|
wkhtmltopdf-debug 0.12.6-1
|
||||||
|
yay 12.3.0-1
|
||||||
|
yay-debug 12.3.0-1
|
||||||
|
youtube-dl 2021.12.17-2
|
||||||
|
zoom 6.0.12-1
|
||||||
164
txt/arch-2-pkgs.txt
Normal file
164
txt/arch-2-pkgs.txt
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
alsa-utils 1.2.11-1
|
||||||
|
aws-cli 1.32.106-1
|
||||||
|
base 3-2
|
||||||
|
base-devel 1-1
|
||||||
|
bat 0.24.0-1
|
||||||
|
bc 1.07.1-4
|
||||||
|
bluez 5.76-1
|
||||||
|
bluez-utils 5.76-1
|
||||||
|
cava 0.10.2-2
|
||||||
|
chezmoi 2.47.1-1
|
||||||
|
chromium 122.0.6261.111-1
|
||||||
|
cli-visualizer 1.8-10
|
||||||
|
cmake 3.29.3-1
|
||||||
|
colordiff 1.0.21-1
|
||||||
|
discord 0.0.47-1
|
||||||
|
dmenu 5.2-1
|
||||||
|
docker 1:26.1.3-1
|
||||||
|
docker-compose 2.27.0-1
|
||||||
|
dragon-drop 1.2.0-2
|
||||||
|
dunst 1.10.0-1
|
||||||
|
efibootmgr 18-2
|
||||||
|
eog 45.3-1
|
||||||
|
evince 46.0-1
|
||||||
|
fd 9.0.0-1
|
||||||
|
feh 3.10.2-1
|
||||||
|
ffmpegthumbnailer 2.2.2-5
|
||||||
|
firefox 123.0.1-1
|
||||||
|
fish 3.7.0-1
|
||||||
|
fuse2 2.9.9-4
|
||||||
|
gimp 2.10.36-5
|
||||||
|
git 2.44.0-1
|
||||||
|
git-lfs 3.5.1-1
|
||||||
|
gnome-tweaks 45.1-1
|
||||||
|
gparted 1.6.0-1
|
||||||
|
grub 2:2.12-1
|
||||||
|
htop 3.3.0-1
|
||||||
|
hugo 0.124.0-1
|
||||||
|
i3-wm 4.23-1
|
||||||
|
i3blocks 1.5-4
|
||||||
|
imagemagick 7.1.1.29-2
|
||||||
|
imwheel 1.0.0pre12-6
|
||||||
|
jq 1.7.1-1
|
||||||
|
kitty 0.31.0-1
|
||||||
|
kompose 1.32.0-1
|
||||||
|
kubectl 1.30.1-1
|
||||||
|
libnotify 0.8.3-1
|
||||||
|
libreoffice-still 7.6.5-2
|
||||||
|
linux 6.7.9.arch1-1
|
||||||
|
linux-firmware 20240220.97b693d2-1
|
||||||
|
linux-lts 6.6.21-1
|
||||||
|
lsd 1.0.0-1
|
||||||
|
maim 5.7.4-7
|
||||||
|
minikube 1.32.0-1
|
||||||
|
mosh 1.4.0-6
|
||||||
|
mpv 1:0.37.0-2
|
||||||
|
nautilus 46.2-1
|
||||||
|
ncdu 2.3-1
|
||||||
|
neofetch 7.1.0-2
|
||||||
|
neovim 0.9.5-2
|
||||||
|
networkmanager 1.46.0-2
|
||||||
|
nodejs 21.7.1-1
|
||||||
|
noto-fonts-cjk 20230817-1
|
||||||
|
noto-fonts-emoji 1:2.042-1
|
||||||
|
npm 10.5.0-1
|
||||||
|
ntp 4.2.8.p17-1
|
||||||
|
nvidia-lts 1:550.54.14-4
|
||||||
|
obs-studio 30.0.2-4
|
||||||
|
openssh 9.7p1-1
|
||||||
|
os-prober 1.81-1
|
||||||
|
pass 1.7.4-5
|
||||||
|
passff-host 1:1.2.4-1
|
||||||
|
pcmanfm 1.3.2-1
|
||||||
|
picom 11.2-1
|
||||||
|
pulseaudio 17.0-3
|
||||||
|
pulseaudio-alsa 1:1.2.7.1-2
|
||||||
|
pyenv 1:2.3.36-1
|
||||||
|
python-pillow 10.2.0-2
|
||||||
|
python-pip 24.0-1
|
||||||
|
python-pynvim 0.5.0-2
|
||||||
|
qalculate-gtk 5.0.0-2
|
||||||
|
ranger 1.9.3-9
|
||||||
|
rclone 1.66.0-1
|
||||||
|
redshift 1.12-8
|
||||||
|
ripgrep 14.1.0-1
|
||||||
|
rsync 3.2.7-6
|
||||||
|
rxvt-unicode 9.31-4
|
||||||
|
scrot 1.10-1
|
||||||
|
spotify 1:1.2.31.1205-2
|
||||||
|
steam 1.0.0.78-2
|
||||||
|
sudo 1.9.15.p5-1
|
||||||
|
sxiv 26-1
|
||||||
|
sysstat 12.7.5-1
|
||||||
|
systemd-numlockontty 0.1-14
|
||||||
|
termdown 1.18.0-5
|
||||||
|
terraform 1.8.4-1
|
||||||
|
timetrace-bin 0.14.3-6
|
||||||
|
tldr 3.2.0-1
|
||||||
|
tmux 3.4-4
|
||||||
|
transmission-gtk 4.0.5-1
|
||||||
|
ttf-hack 3.003-6
|
||||||
|
ttf-hack-nerd 3.1.1-1
|
||||||
|
udisks2 2.10.1-4
|
||||||
|
vi 1:070224-6
|
||||||
|
vidir 1.0.0-2
|
||||||
|
vim 9.1.0151-2
|
||||||
|
vlc 3.0.20-7
|
||||||
|
wget 1.24.5-1
|
||||||
|
wkhtmltopdf 0.12.6-1
|
||||||
|
xclip 0.13-4
|
||||||
|
xdotool 3.20211022.1-1
|
||||||
|
xf86-video-vesa 2.6.0-1
|
||||||
|
xorg-bdftopcf 1.1.1-1
|
||||||
|
xorg-docs 1.7.2-2
|
||||||
|
xorg-font-util 1.4.1-1
|
||||||
|
xorg-fonts-100dpi 1.0.4-2
|
||||||
|
xorg-fonts-75dpi 1.0.4-1
|
||||||
|
xorg-fonts-encodings 1.1.0-1
|
||||||
|
xorg-iceauth 1.0.10-1
|
||||||
|
xorg-mkfontscale 1.2.3-1
|
||||||
|
xorg-server 21.1.11-1
|
||||||
|
xorg-server-common 21.1.11-1
|
||||||
|
xorg-server-devel 21.1.11-1
|
||||||
|
xorg-server-xephyr 21.1.11-1
|
||||||
|
xorg-server-xnest 21.1.11-1
|
||||||
|
xorg-server-xvfb 21.1.11-1
|
||||||
|
xorg-sessreg 1.1.3-1
|
||||||
|
xorg-setxkbmap 1.3.4-1
|
||||||
|
xorg-smproxy 1.0.7-1
|
||||||
|
xorg-x11perf 1.6.2-1
|
||||||
|
xorg-xbacklight 1.2.3-3
|
||||||
|
xorg-xcmsdb 1.0.6-1
|
||||||
|
xorg-xcursorgen 1.0.8-1
|
||||||
|
xorg-xdpyinfo 1.3.4-1
|
||||||
|
xorg-xdriinfo 1.0.7-1
|
||||||
|
xorg-xev 1.2.6-1
|
||||||
|
xorg-xgamma 1.0.7-1
|
||||||
|
xorg-xhost 1.0.9-1
|
||||||
|
xorg-xinit 1.4.2-1
|
||||||
|
xorg-xinput 1.6.4-1
|
||||||
|
xorg-xkbcomp 1.4.7-1
|
||||||
|
xorg-xkbevd 1.1.5-1
|
||||||
|
xorg-xkbutils 1.0.6-1
|
||||||
|
xorg-xkill 1.0.6-1
|
||||||
|
xorg-xlsatoms 1.1.4-1
|
||||||
|
xorg-xlsclients 1.1.5-1
|
||||||
|
xorg-xpr 1.2.0-1
|
||||||
|
xorg-xprop 1.2.7-1
|
||||||
|
xorg-xrandr 1.5.2-1
|
||||||
|
xorg-xrefresh 1.1.0-1
|
||||||
|
xorg-xset 1.2.5-1
|
||||||
|
xorg-xsetroot 1.1.3-1
|
||||||
|
xorg-xvinfo 1.1.5-1
|
||||||
|
xorg-xwayland 23.2.4-2
|
||||||
|
xorg-xwd 1.0.9-1
|
||||||
|
xorg-xwininfo 1.1.6-1
|
||||||
|
xorg-xwud 1.0.6-1
|
||||||
|
yad 13.0-2
|
||||||
|
yay 12.3.0-1
|
||||||
|
yay-debug 12.3.0-1
|
||||||
|
youtube-dl 2021.12.17-2
|
||||||
|
yt-dlp 2024.04.09-2
|
||||||
|
zathura 0.5.5-1
|
||||||
|
zathura-pdf-poppler 0.3.2-3
|
||||||
|
zoom 6.0.12-1
|
||||||
Reference in New Issue
Block a user