| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ |
|
| | |
| |
| | |
lfup -> lfub on line 13
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This caused no effect for the first call to ToggleHiddenAll().
The second call works as value was set correctly inside
ToggleHiddenAll() on the first call.
|
| |
|
|
|
|
|
|
| |
Vimwiki is not config but it's data so ".local/share/nvim" is
more proper location for it.
Here relative path was given so it tries to create new vimwiki
folder when launched from other than home dir or changing current
dir using `:cd <path>` inside vim when launching vimwiki.
|
| |
|
| |
changed path to `.config` instead of `~` to avoid a messy `~`. Also added a carriage return to the `VimwikiIndex` map.
|
| | |
|
| | |
|
| |
|
|
|
| |
* Resets cursor position on file save (Issue #1040)
* Resets cursor pos on save. (line and column)
|
| |
|
| |
fix bug in lf where symlinked files don't open in the expected program
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
krisdoodle45-patch-6
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
* ext: Give the ability to extract multiple files and wildcards
* Variable renaming
* Make user get prompted if extracted file overwrites another file
* Deleted ext
We have atool
* Replace ext with aunpack
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* minor forgoten stuff
we already have shutdown in sudo loop
* why was this still here? it belongs in ~/.config/
* what the actual phucc
* implemented loginctl and fixed shebang
|
| |/ |
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
directory (#1004)
* remove dirs from mpv scripts dir
* remove submodule dir from mpv scripts dir
* add script_modules directory outside scripts direcoty
* load modules/plugins from script_modules, outside mpv's script-files-only directory
* rename variable
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
uninstalled. (#995)
* Changed paru to yay due to new LARBS changes
* Fix & improve lf's moveto, copyto and cd to bm-dir
When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file.
As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway.
The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file.
The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell.
* Automatically backup existing config files
* Return by pywal edited config files to normal if pywal is uninstalled.
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
| |
* Changed paru to yay due to new LARBS changes
* Fix & improve lf's moveto, copyto and cd to bm-dir
When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file.
As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway.
The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file.
The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell.
|
| |
|
| |
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
|