| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
| |
don't remove the whole thing, just sudo
|
| | |
|
| |
|
|
|
| |
github automatically redirects to vim-airline, so this is not a
problem when installing, but updating just for the sake of
explicitness and having the correct username/repo
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some programs like `gotop` [1] or `bottom` / `btm` [2] weren't displaying properly, and I was able to fix the glyphs with the Braille font (don't recall where I found the recommendation).
Don't forget to
```sh
fc-cache -fv --really-force
```
Also beware of stuff like [4].
needs `ttf-ubraille` [3] so an update in LARBS progs.csv would be needed aswell
[1] https://aur.archlinux.org/packages/gotop
[2] https://aur.archlinux.org/packages/bottom-bin
[3] https://aur.archlinux.org/packages/ttf-ubraille
[4] https://wiki.archlinux.org/index.php/Font_configuration#Disable_scaling_of_bitmap_fonts
|
| |/ |
|
| | |
|
| |
|
|
| |
shortcutrc is created on shell directory with shortcuts script
same for zshnameddirrc
|
| |
|
| |
Co-authored-by: Kemmojo <kemnadej80@yahoo.de>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
https://github.com/memreyagci/voidrice into memreyagci-remove-$HOME-.xinitrc
|
| | |
| |
| |
| |
| |
| | |
A custom filename and directory can be specified with startx command,
which in this case is $XINITRC variable that indicates
$XDG_CONFIG_HOME/x11/xinitrc
|
| |/ |
|
| |\ |
|
| | |
| |
| | |
There is no reason for the URL of Luke's main RSS feed to be transferred over unencrypted HTTP. That's why i changed it to HTTPS. Nothing big, it just mildly infuriated me.
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
|
| |
While removing trailing newlines is a good idea, it is a problem when
editing C files which "must" have an empty line at the bottom.
So we leave just a single newline, if there were any.
Co-authored-by: Spenser Truex <truex@equwal.com>
|
| |
|
| |
Find is faster and it is only one command. The last `:` is removed by the parameter expansion (works in both Bash and Zsh).
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Create peertubetorrent
* macro to torrent new videos on peertube
* fix typo
* rebind
|
| |/
|
|
| |
many files renamed, possible breakage
|
| | |
|
| | |
|
| |
|
| |
Related to https://github.com/LukeSmithxyz/voidrice/pull/815
|
| |
|
| |
Co-authored-by: Spenser Truex <truex@equwal.com>
|
| | |
|
| |
|
| |
Displays the README when in the ranger folder (clicking = bloat)
|
| | |
|
| |
|
|
| |
#748
There's no stdout/stderr on this condition.
|
| |
|
|
| |
Letting zathura use the standard clipboard by default makes using it more intuitive.
We just have to select the zone to copy with our cursor and then it is directly usable with a CTRL-V in any windows.
|
| |
|
|
|
|
|
|
|
| |
* sort and add src; dt
I sorted them by category, so it isn't confusing, and also added `~/.local/src` & `~/.local/share`, and changed `~` for `$HOME`.
* sort alphabetically
sort alphabetically
|
| | |
|
| | |
|