mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-18 03:15:27 +00:00
Compare commits
3 commits
1149d8e317
...
5315ed748a
Author | SHA1 | Date | |
---|---|---|---|
Phantop | 5315ed748a | ||
Phantop | f4430c9fb2 | ||
Phantop | 7efbd1e348 |
|
@ -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_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
|
||||||
a history_last 'history -n1;:'
|
a history_last 'history -n1;:'
|
||||||
|
|
||||||
a ag 'a git'
|
|
||||||
a amk 'a ws make -p (basename (git root || pwd))'
|
a amk 'a ws make -p (basename (git root || pwd))'
|
||||||
a assh 'arista-ssh login -p google'
|
a assh 'arista-ssh login -p google'
|
||||||
|
a copen 'code -r'
|
||||||
a dt 'a dt'
|
a dt 'a dt'
|
||||||
|
a freshen 'sudo swi freshen /images/EOS.swi'
|
||||||
a gb 'a git'
|
a gb 'a git'
|
||||||
a lint 'a git lint'
|
a lint 'a git lint'
|
||||||
a pb 'curl -F c=@- pb.infra.corp.arista.io'
|
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)
|
for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)
|
||||||
a $i "qutebrowser / \":open $i\""
|
a $i "qutebrowser / \":open $i\""
|
||||||
|
|
|
@ -2,6 +2,7 @@ vim.opt.background = 'dark'
|
||||||
vim.opt.clipboard = 'unnamedplus'
|
vim.opt.clipboard = 'unnamedplus'
|
||||||
vim.opt.colorcolumn = '85'
|
vim.opt.colorcolumn = '85'
|
||||||
vim.opt.mouse = 'a'
|
vim.opt.mouse = 'a'
|
||||||
|
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
vim.opt.textwidth = 0
|
vim.opt.textwidth = 0
|
||||||
vim.opt.wrapmargin = 0
|
vim.opt.wrapmargin = 0
|
||||||
|
@ -15,3 +16,9 @@ vim.opt.smartcase = true
|
||||||
vim.opt.smartindent = true
|
vim.opt.smartindent = true
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
vim.opt.wrap = false
|
vim.opt.wrap = false
|
||||||
|
|
||||||
|
vim.filetype.add{
|
||||||
|
extension = {
|
||||||
|
rpy = 'python',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -61,8 +61,8 @@ div#outer.wrapper { //ao3
|
||||||
}
|
}
|
||||||
.logo a span:not(:hover), .logo a:hover { color: mediumpurple }
|
.logo a span:not(:hover), .logo a:hover { color: mediumpurple }
|
||||||
|
|
||||||
// remove padding between webcomic images for comic category
|
// remove padding between webcomic images for atla comic
|
||||||
&:has(.entry-meta [href="/category/74/entries"]) article { font-size: 0 }
|
&:has(.entry-website [href="/feed/1237/entries"]) article { font-size: 0 }
|
||||||
|
|
||||||
#grease-anchor { color: var(--counter-color); margin-inline-start: 4px; }
|
#grease-anchor { color: var(--counter-color); margin-inline-start: 4px; }
|
||||||
h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}}
|
h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}}
|
||||||
|
|
Loading…
Reference in a new issue