Skip to content

Instantly share code, notes, and snippets.

@jinyeow
jinyeow / profile.ps1
Last active June 5, 2023 02:53
Pwsh Profile
# gist:4f51b2f23ae8b90e160877e8a8f29bb5
#Requires -Version 7
Import-Module posh-git
<#
Install Scoop:
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
> irm get.scoop.sh | iex
# -*- coding: utf-8 -*-
from json import dumps
from subprocess import Popen, PIPE
from sys import argv, stdout
from time import sleep, time
NAP_TIME = 5
if len(argv) > 1:
NAP_TIME = float(argv[1])
@jinyeow
jinyeow / bspwmrc
Last active November 7, 2022 13:30
Config files related to bspwm and panel (lemonbar)
#!/bin/zsh
ws1= # main
ws2= # web
ws3= # mail
ws4= # code
ws5= # math [infinity]  (term icon)
ws6= # media
ws7= # misc  (9 squares icon)
ws8= # notes/docs  (pdf icon)