Skip to content
View itzjustalan's full-sized avatar
🙌
stuck in vim
🙌
stuck in vim

Organizations

@india-covid-stats

Block or report itzjustalan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itzjustalan/README.md

glicthed warning

but if you are here for my dotfiles then - .sysman

Pinned Loading

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