Compare commits

..

No commits in common. "9dcb4be8379c22e5b07dfc783f1aa42d0901aa96" and "cc3c30bc10685b5b9321f152516a0b6a1097e1ab" have entirely different histories.

8 changed files with 7 additions and 35 deletions

View File

@ -77,7 +77,7 @@ rsync
unzip
wget
playerctl
qpwgraph
helvum
jq
fzf
yt-dlp
@ -128,7 +128,6 @@ typescript
typescript-language-server
bash-language-server
vscode-css-languageserver
rust-analyzer
arc-gtk-theme
lxappearance-gtk3
radare2

View File

@ -1,4 +1,5 @@
animdl
td-watson
cppman
git+https://github.com/idanpa/calcpy
git+https://github.com/dogeystamp/testr

View File

@ -3,8 +3,8 @@ function thur; zathura $argv; end
# stricter sandbox zathura
function zathsec; /usr/bin/zathura -c ~/.config/zathura-sec $argv; end
# tmux with 256-color and UTF-8
function tmx; tmux -u -2 $argv; end
# tmux with 256-color
function tmx; tmux -2 $argv; end
# Run mpv from clipboard
function mpvy; mpv (xsel -b); end
@ -30,7 +30,7 @@ function genlop; doas -u portage /usr/bin/genlop; end
function loginctl; doas /bin/loginctl; end
# bootleg meme feed
function arf; mpv --shuffle --no-resume-playback ~/med/memes/arf; end
function arf; mpv --shuffle --no-resume-playback med/memes/arf; end
# aliases for logs and notes
function xx; $EDITOR ~/dox/not/xx.tsv; end
@ -62,8 +62,6 @@ end
#
# listenbrainz
function lstb; qbprof lstb; end
# paperless
function papr; qbprof papr; end
function work; qbprof work; end
function chat; qbprof chat; end
function zoom; qbprof zoom; end

View File

@ -3,7 +3,3 @@
name = dogeystamp
[gpg]
program = passphrase2pgp
[merge]
tool = nvimmerge
[mergetool "nvimmerge"]
cmd = "nvim -d -c \"wincmd l\" -c \"norm ]c\" \"$LOCAL\" \"$MERGED\" \"$REMOTE\""

View File

@ -54,7 +54,6 @@ local servers = {
tsserver = {},
bashls = {},
cssls = {},
rust_analyzer = {},
}
local nvim_lsp = require('lspconfig')

View File

@ -1,22 +0,0 @@
config.load_autoconfig(False)
c.input.mode_override = "passthrough"
c.statusbar.show = "never"
c.tabs.show = "multiple"
c.bindings.default["passthrough"] = {}
c.bindings.commands["passthrough"] = {
"<ctrl-escape>": "mode-leave"
}
c.url.start_pages = "https://doc.dogeystamp.com"
c.downloads.location.directory = "~/quar/"
c.downloads.remove_finished = 1000
c.scrolling.smooth = True
c.colors.webpage.darkmode.enabled = True
# homegrown file selector
c.fileselect.handler = "external"
c.fileselect.multiple_files.command = ["st", "-e", "fish", "-C", "set -x OUTPUT {}; source ~/.local/bin/fish-fm"]
c.fileselect.single_file.command = ["st", "-e", "fish", "-C", "set -x OUTPUT {}; source ~/.local/bin/fish-fm"]

View File

@ -21,6 +21,7 @@ c.colors.tabs.selected.odd.bg = c.colors.tabs.selected.even.bg
c.colors.webpage.darkmode.algorithm = "lightness-hsl"
c.colors.webpage.darkmode.contrast = 0.5
c.colors.webpage.darkmode.policy.images = "smart"
c.colors.webpage.darkmode.grayscale.images = 0.5
c.colors.prompts.bg = "black"
c.colors.prompts.border = "1px solid white"

View File

@ -10,7 +10,7 @@
REDDIT="old.reddit.com"
TWITTER="nitter.net"
# genius lyrics
GENIUS="dm.vern.cc"
GENIUS="sing.whatever.social"
# fandom the wiki
FANDOM="breezewiki.com"
YOUTUBE="yewtu.be"