but if you are here for my dotfiles then - .sysman
🙌
stuck in vim
Pinned Loading
-
select and kill running processes wi...
select and kill running processes with dmenu 1pid=$(ps -au $USER -o pid,%mem,%cpu,tty,comm | sort -brk2 | sed -n '1!p' | dmenu -i -l 15 | awk '{print $1 " " $5}')
2pname=$(echo $pid | awk '{print $2}')
3pid=$(echo $pid | awk '{print $1}')
4kill $pid
5#kill -15 $pid 2>/dev/null
-
wrapper for 0x0.st
wrapper for 0x0.st 1declare -r TEMPFILE=$(mktemp "${TMPDIR:-/tmp}/tempsxfile.XXX")
23if [[ -d $1 ]];then
4echo "you passed in a directory!! implement zipping to use this thread";
5elif [[ -f $1 ]];then
-
flutter CI/CD withn github releases ...
flutter CI/CD withn github releases and API token integration 1on: push
2name: Build and Release apk
3jobs:
4build:
5name: Build APK
-
dmenu script to install and remove s...
dmenu script to install and remove software using pacman 1#!/bin/bash
23action=$(echo -e "Install\nRemove\nUpgrade\nClean" | dmenu -p "sofman: " -i)
45case $action in
-
Universal Vim notetaker
Universal Vim notetaker 1#!/bin/sh
23noteFilename="$HOME/myfiles/notes/$(date +%Y/%B)/note-$(date +%Y-%m-%d).txt"
45if [ ! -f $noteFilename ];then
-
fstab for dual booting with windows
fstab for dual booting with windows 1# Static information about the filesystems.
2# See fstab(5) for details.
34# <file system> <dir> <type> <options> <dump> <pass>
5# /dev/nvme0n1p5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.