Skip to content

Scripts I use daily in my work environment. Why? Because I love scripts! :)

Notifications You must be signed in to change notification settings

thalesfp/lazydev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazydev

Scripts I use daily in my work environment. Why? Because I love scripts! :)

p.sh

Uses fzf to find and run npm scripts

alias p="zsh ~/path/to/p.sh"

commit.sh

In my team, we need to prepend the Jira task ID in each commit message, so I created this script to help me with this.

alias co="zsh ~/path/to/commit.sh"

wakeup/sleep

Scripts used with sleepwatcher and blueutil to disconnect my Bluetooth phone when the notebook sleeps. Helps me saves a lot of battery.

About

Scripts I use daily in my work environment. Why? Because I love scripts! :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages