1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-21 06:12:46 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
Phantop 5315ed748a nvim: set rpy to python filetype 2024-10-29 17:45:20 -04:00
Phantop f4430c9fb2 fish: more arista aliases 2024-10-29 17:34:10 -04:00
Phantop 7efbd1e348 css: change removal of webcomic padding 2024-10-29 17:33:17 -04:00
3 changed files with 13 additions and 3 deletions

View file

@ -127,13 +127,16 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co
a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
a history_last 'history -n1;:'
a ag 'a git'
a amk 'a ws make -p (basename (git root || pwd))'
a assh 'arista-ssh login -p google'
a copen 'code -r'
a dt 'a dt'
a freshen 'sudo swi freshen /images/EOS.swi'
a gb 'a git'
a lint 'a git lint'
a pb 'curl -F c=@- pb.infra.corp.arista.io'
a san 'dt sa -p eos-trunk'
a rebase 'gb update --sync --rebase'
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)
a $i "qutebrowser / \":open $i\""

View file

@ -2,6 +2,7 @@ vim.opt.background = 'dark'
vim.opt.clipboard = 'unnamedplus'
vim.opt.colorcolumn = '85'
vim.opt.mouse = 'a'
vim.opt.shiftwidth = 4
vim.opt.textwidth = 0
vim.opt.wrapmargin = 0
@ -15,3 +16,9 @@ vim.opt.smartcase = true
vim.opt.smartindent = true
vim.opt.termguicolors = true
vim.opt.wrap = false
vim.filetype.add{
extension = {
rpy = 'python',
}
}

View file

@ -61,8 +61,8 @@ div#outer.wrapper { //ao3
}
.logo a span:not(:hover), .logo a:hover { color: mediumpurple }
// remove padding between webcomic images for comic category
&:has(.entry-meta [href="/category/74/entries"]) article { font-size: 0 }
// remove padding between webcomic images for atla comic
&:has(.entry-website [href="/feed/1237/entries"]) article { font-size: 0 }
#grease-anchor { color: var(--counter-color); margin-inline-start: 4px; }
h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}}