In your vim config folder:
mkdir pack && cd pack
git init
git submodule add --depth=1 https://github.com/RRethy/vim-hexokinase ui/start/vim-hexokinase
#!/usr/bin/env bash | |
# sourced by bash(1) for non-login shells. | |
# ============================== | |
# FUNCTIONS | |
# ============================== | |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
# check required commands | |
# example: $ checkcmds "fzf eza" "$FUNCNAME" |
#!/usr/bin/env bash | |
shopt -s extglob | |
export LC_ALL="C.UTF-8" | |
export TZ=:/etc/localtime | |
Help() | |
{ | |
echo "Generate an OPML 2.0 file to follow releases of starred repositories on Github" |
# List-Fuzzy: lsd pipe to sk/sk-tmux then output to tty and clipboards | |
lf() { | |
Help() { | |
cat <<- HEREDOC | |
list-fuzzy: List/filter/sort a location in sk/sk-tmux | |
- inline|vertical output to 'stdout + clipboard' | |
- use only current or the first submitted path | |
Syntax: lf [-haefgnosv] [<path>] |
#!/usr/bin/env bash | |
# executed by bash(1) for non-login shells. | |
# ============================== | |
# FUNCTIONS | |
# ============================== | |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
# a wrapper to output ps to a pager, colorized and with a filter option | |
psg() { |
#!/usr/bin/env bash | |
# Example for i3wm exec binding: toggle or run urxvtc in client mode (systemd daemon urxvtd), with setenv to bypass TMUX in my bashrc. | |
# bindcode $mod+Shift+49 exec --no-startup-id "/home/user/.config/i3/scripts/wtoggle.sh -i -c \\"^URxvt$\\" -n \\"^Terminal\sURxvt$\\" -m \\"urxvtc -title 'Terminal URxvt' -e sh -c 'TMUX=false bash'\\" -s \\"urxvtd\\"" | |
# locale | |
export LC_ALL="C.UTF-8" | |
export TZ=:/etc/localtime | |
Help() |
#!/usr/bin/env bash | |
# This is just an example how ueberzug can be used with fzf. | |
# Copyright (C) 2019 Nico Bäurer | |
# Copyright (C) 2022 Tomasz Kapias | |
# - Updated: | |
# - optional PATH as only option | |
# - internal FDfind query for images | |
# - display SVGs after caching a converted png | |
# - Imagemagick's identify infos as header with margin |