Skip to content

Instantly share code, notes, and snippets.

View fakeyanss's full-sized avatar
🤪
Focusing

fakeyanss

🤪
Focusing
View GitHub Profile
@zchee
zchee / actionlist.vim
Last active July 26, 2024 02:55
IdeaVim actionlist
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb <A-S-G>
$SelectAll <M-A>
$Undo <M-Z>
@hewerthomn
hewerthomn / install-oh-my-zsh.sh
Created January 26, 2017 11:30
Offline install of oh-my-zsh on Ubuntu
main() {
# Use colors, but only if connected to a terminal, and that terminal
# supports them.
if which tput >/dev/null 2>&1; then
ncolors=$(tput colors)
fi
if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then
RED="$(tput setaf 1)"
GREEN="$(tput setaf 2)"
YELLOW="$(tput setaf 3)"
@wilon
wilon / vim-surround使用指南.MD
Last active May 30, 2024 14:15
vim-surround使用指南,vim-surround如何使用

普通模式

命令 说明 + 示例
ds 删除括号
ds " "Hello world!" =>
Hello world!
cs 替换括号
cs "( "Hello world!" =>
(Hello world!)
cS 替换括号,括号内文本做新一行
cS "{ "Hello world!" => {     Hello world! }
@FreddieOliveira
FreddieOliveira / docker.md
Last active July 29, 2024 16:41
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@xgqfrms
xgqfrms / GitHub Actions Status & workflows SVG badge.md
Created February 9, 2023 03:50
GitHub Actions Status & workflows SVG badge

GitHub Actions Status & workflows SVG badge

After actual verification, I came up with the following solutions

solution 1: you can use the name of your workflow .yml file.

https://github.com/{username}/{repository}/workflows/{your_`.yml`_file_name}/badge.svg