Alois Mahdal
61ac9f4993
Announce sdup (from minions) replacing lrep() and prep()
7 months ago
Alois Mahdal
fff4b3a300
Add utility function to replicate STDIN horizontally
7 months ago
Alois Mahdal
939759a76b
Add spec_cksources() to verify Sources: in spec files
Handy when working with Python module spec files which tend to use
GitHub or PyPi links.
7 months ago
Alois Mahdal
3a95e4dff6
Improve sleeping/beeping Bash functions
Move bb() double-functionatity (sleep+throw alarm but also tell about
it) to snore() and keep bb() without info output.
Also add dotsleep() to double down on the outputting by producing dots
while sleeping.
7 months ago
Alois Mahdal
2a8a12d42e
Add prepend() to simplify mass-renaming files by prepending a string
(Yeah, I know, weirdly specific and likely not very useful.)
7 months ago
Alois Mahdal
1fd6890a95
update signature
7 months ago
Alois Mahdal
cd9f64f8ca
Try and fixe Bash history
Turns out what also breaks it is what might be a bug in Bash causing
HIST* vars in Debian's .bashrc trim the history immediately, before wwe
get a chance to set it to a huge number.
The workaround -- which cannot be done safely within bashum -- is to
comment any HIST* variables in your .bashrc.
7 months ago
Alois Mahdal
bf667b8115
Add mutt dotfile
I always just want to move Mail folder so that I can have mutt create it
(and stop bugging me about it) without messing up my $HOME
7 months ago
Alois Mahdal
87a9e25499
Set cursor size
See also https://unix.stackexchange.com/questions/423633/huge-mouse-cursor-in-some-windows
Thanks to oftc#i3 for help.
7 months ago
Alois Mahdal
c7d862bb3b
Cleanup of coding style quoting, docstring and bogus files
7 months ago
Alois Mahdal
84cbb9710b
Move .gittum to .config/gittum
7 months ago
Alois Mahdal
4d213f1fd0
Move .bashum to .config/bashum
7 months ago
Alois Mahdal
0faf608f97
Drop (currently not working) clementine bar
7 months ago
Alois Mahdal
f53426b162
Move .i3 to .config/i3
7 months ago
Alois Mahdal
26efba26bc
Use proper directory name also for exit status temp
3 years ago
Alois Mahdal
69ef003392
Update bashum setup and init scripts with new directory name
3 years ago
Alois Mahdal
eba776e0be
Work around Vim completion taking long in Python projects
3 years ago
Alois Mahdal
fca98ac853
Add few more collected Vim tweaks
3 years ago
Alois Mahdal
b1ad0f7e7f
Use 'bashum' directory name for bash extensions
We already call it that way internally.
3 years ago
Alois Mahdal
b9cdce1fa6
Disable relative numbering
3 years ago
Alois Mahdal
1563b4ed26
Allow eaeier wrapping toggle via ',w'
3 years ago
Alois Mahdal
df60882528
Use F3 to toggle wrapping instead of less useful 'relativenumber'
3 years ago
Alois Mahdal
cf453b1b4e
Prefer ISO log formatting in git
3 years ago
Alois Mahdal
2ae5b9671e
Add bmo-wish query for xkcd
3 years ago
Alois Mahdal
3967244319
Update 'sc' alias for the new 'se' implementation
3 years ago
Alois Mahdal
47eeec5509
Set wombat colorscheme for lightline
3 years ago
Alois Mahdal
3f46508686
Use safer sign for removed line
3 years ago
Alois Mahdal
2631c131f6
Remove several unused git plugins
Most plugins are not used anymore; some (eg. pathogen) have been
replaced by native Vim features, some will be replaced using new Vim's
plugin system.
3 years ago
Alois Mahdal
eb6e83f4b9
Only allow fast-forward pulls by default
3 years ago
Alois Mahdal
35fdb7d97f
Disable spell checking in git GUI
3 years ago
Alois Mahdal
3bd4d3701a
Skip CI when slurping with git
3 years ago
Alois Mahdal
189b28d006
Update xfce4-terminal config
3 years ago
Alois Mahdal
07f2f16751
Don't force pure html mode for DDG
3 years ago
Alois Mahdal
4358ae4e26
Add links to favorite mynoise.net noise machines
3 years ago
Alois Mahdal
77f03bba2b
Prefer Dejavu Sans Mono for menus (Inconsolata is broken)
3 years ago
Alois Mahdal
f9f965610e
Also allow vlc as browser
3 years ago
Alois Mahdal
f1333678da
Add time notifier bmo nag
3 years ago
Alois Mahdal
02b4f4ce69
Drop broken pause commands for Clementine
3 years ago
Alois Mahdal
c50360609f
Tweak contrast for zenburn colorscheme
3 years ago
Alois Mahdal
4afaf70cd3
Clean up style for Xlib setup script
3 years ago
Alois Mahdal
4923f431e8
Prefer cmark for mdvimb
On Fedora, commonmark is from nodejs-commonmark, which is long-term
broken.
3 years ago
Alois Mahdal
9d2affbfa0
Use more standard xdg-open for open()
3 years ago
Alois Mahdal
e6e3615b15
Fix /usr/bin/cal version detection
3 years ago
Alois Mahdal
0ac602f1e2
Add urle() for urlencode encoding/decoding
3 years ago
Alois Mahdal
be0cf4240d
Remove unused variable declaration
3 years ago
Alois Mahdal
0d854d68d5
Do notify about sleeping
3 years ago
Alois Mahdal
c877c56c9f
Use BASHUM_COLOR_* globals for color codes
3 years ago
Alois Mahdal
e6894b6421
Pass delay from nn() to bb()
3 years ago
Alois Mahdal
0430d68a16
Add smv() and smvr() for "moving" files/trees via scp
3 years ago
Alois Mahdal
0304def909
Fix vim swap dir
4 years ago