Compare commits
No commits in common. "9dcb4be8379c22e5b07dfc783f1aa42d0901aa96" and "cc3c30bc10685b5b9321f152516a0b6a1097e1ab" have entirely different histories.
9dcb4be837
...
cc3c30bc10
3
programs
3
programs
@ -77,7 +77,7 @@ rsync
|
|||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
playerctl
|
playerctl
|
||||||
qpwgraph
|
helvum
|
||||||
jq
|
jq
|
||||||
fzf
|
fzf
|
||||||
yt-dlp
|
yt-dlp
|
||||||
@ -128,7 +128,6 @@ typescript
|
|||||||
typescript-language-server
|
typescript-language-server
|
||||||
bash-language-server
|
bash-language-server
|
||||||
vscode-css-languageserver
|
vscode-css-languageserver
|
||||||
rust-analyzer
|
|
||||||
arc-gtk-theme
|
arc-gtk-theme
|
||||||
lxappearance-gtk3
|
lxappearance-gtk3
|
||||||
radare2
|
radare2
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
animdl
|
animdl
|
||||||
td-watson
|
td-watson
|
||||||
cppman
|
cppman
|
||||||
|
git+https://github.com/idanpa/calcpy
|
||||||
git+https://github.com/dogeystamp/testr
|
git+https://github.com/dogeystamp/testr
|
||||||
|
@ -3,8 +3,8 @@ function thur; zathura $argv; end
|
|||||||
# stricter sandbox zathura
|
# stricter sandbox zathura
|
||||||
function zathsec; /usr/bin/zathura -c ~/.config/zathura-sec $argv; end
|
function zathsec; /usr/bin/zathura -c ~/.config/zathura-sec $argv; end
|
||||||
|
|
||||||
# tmux with 256-color and UTF-8
|
# tmux with 256-color
|
||||||
function tmx; tmux -u -2 $argv; end
|
function tmx; tmux -2 $argv; end
|
||||||
|
|
||||||
# Run mpv from clipboard
|
# Run mpv from clipboard
|
||||||
function mpvy; mpv (xsel -b); end
|
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
|
function loginctl; doas /bin/loginctl; end
|
||||||
|
|
||||||
# bootleg meme feed
|
# 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
|
# aliases for logs and notes
|
||||||
function xx; $EDITOR ~/dox/not/xx.tsv; end
|
function xx; $EDITOR ~/dox/not/xx.tsv; end
|
||||||
@ -62,8 +62,6 @@ end
|
|||||||
#
|
#
|
||||||
# listenbrainz
|
# listenbrainz
|
||||||
function lstb; qbprof lstb; end
|
function lstb; qbprof lstb; end
|
||||||
# paperless
|
|
||||||
function papr; qbprof papr; end
|
|
||||||
function work; qbprof work; end
|
function work; qbprof work; end
|
||||||
function chat; qbprof chat; end
|
function chat; qbprof chat; end
|
||||||
function zoom; qbprof zoom; end
|
function zoom; qbprof zoom; end
|
||||||
|
@ -3,7 +3,3 @@
|
|||||||
name = dogeystamp
|
name = dogeystamp
|
||||||
[gpg]
|
[gpg]
|
||||||
program = passphrase2pgp
|
program = passphrase2pgp
|
||||||
[merge]
|
|
||||||
tool = nvimmerge
|
|
||||||
[mergetool "nvimmerge"]
|
|
||||||
cmd = "nvim -d -c \"wincmd l\" -c \"norm ]c\" \"$LOCAL\" \"$MERGED\" \"$REMOTE\""
|
|
||||||
|
@ -54,7 +54,6 @@ local servers = {
|
|||||||
tsserver = {},
|
tsserver = {},
|
||||||
bashls = {},
|
bashls = {},
|
||||||
cssls = {},
|
cssls = {},
|
||||||
rust_analyzer = {},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local nvim_lsp = require('lspconfig')
|
local nvim_lsp = require('lspconfig')
|
||||||
|
@ -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"]
|
|
@ -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.algorithm = "lightness-hsl"
|
||||||
c.colors.webpage.darkmode.contrast = 0.5
|
c.colors.webpage.darkmode.contrast = 0.5
|
||||||
c.colors.webpage.darkmode.policy.images = "smart"
|
c.colors.webpage.darkmode.policy.images = "smart"
|
||||||
|
c.colors.webpage.darkmode.grayscale.images = 0.5
|
||||||
|
|
||||||
c.colors.prompts.bg = "black"
|
c.colors.prompts.bg = "black"
|
||||||
c.colors.prompts.border = "1px solid white"
|
c.colors.prompts.border = "1px solid white"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
REDDIT="old.reddit.com"
|
REDDIT="old.reddit.com"
|
||||||
TWITTER="nitter.net"
|
TWITTER="nitter.net"
|
||||||
# genius lyrics
|
# genius lyrics
|
||||||
GENIUS="dm.vern.cc"
|
GENIUS="sing.whatever.social"
|
||||||
# fandom the wiki
|
# fandom the wiki
|
||||||
FANDOM="breezewiki.com"
|
FANDOM="breezewiki.com"
|
||||||
YOUTUBE="yewtu.be"
|
YOUTUBE="yewtu.be"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user