-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
56 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{:user | ||
{:plugins | ||
[[jonase/eastwood "0.2.5"] | ||
[lein-ancient "0.6.15" :exclusions [org.clojure/clojure]] | ||
[lein-ancient "0.6.15" | ||
:exclusions [org.clojure/clojure]] | ||
[lein-bikeshed "0.5.1"] | ||
[lein-checkall "0.1.1"] | ||
[lein-cloverage "1.0.6"] | ||
[lein-deps-tree "0.1.2"] | ||
[lein-kibit "0.1.5"] | ||
#_[lein-try "0.4.3"]]}} | ||
[lein-kibit "0.1.5"]]}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,22 +32,18 @@ alias "screencast4win=mencoder -forceidx -mc 0 -noskip -skiplimit 0 -ovc lavc -l | |
# | ||
# Display outputs | ||
# | ||
alias "vga-above=xrandr --output VGA1 --auto --above LVDS1" | ||
alias "vga-cloned=xrandr --output VGA1 --auto --same-as LVDS1" | ||
alias "dp-above=xrandr --output LVDS1 --preferred --output DP1 --preferred --above LVDS1" | ||
alias "dp-cloned=xrandr --output LVDS1 --preferred --output DP1 --preferred --same-as LVDS1" | ||
alias "onescreen=xrandr --output LVDS1 --preferred --output DP1 --off --output VGA1 --off --output HDMI1 --off" | ||
alias "vga-above=xrandr --output VGA1 --auto --above LVDS-1" | ||
alias "vga-cloned=xrandr --output VGA1 --auto --same-as LVDS-1" | ||
alias "dp-above=xrandr --output LVDS-1 --preferred --output DP-1 --preferred --above LVDS-1" | ||
alias "dp-cloned=xrandr --output LVDS-1 --preferred --output DP-1 --preferred --same-as LVDS-1" | ||
alias "onescreen=xrandr --output LVDS-1 --preferred --output DP-1 --off --output VGA1 --off --output HDMI1 --off" | ||
|
||
# | ||
# Programming things | ||
# | ||
alias "set-esptime=echo T$(($(date +%s)+60*60*-5)) > /dev/ttyUSB0" | ||
|
||
# Pairing can be done through an SSH tunnel | ||
alias tunnel-dnc="ssh -nNT -R 3742:localhost:22 [email protected]" | ||
|
||
alias yourkit="JAVA_OPTS=-agentpath:/Applications/YourKit-Java-Profiler-2017.02.app/Contents/Resources/bin/mac/libyjpagent.jnilib" | ||
alias "yourkit=JAVA_OPTS=-agentpath:/Applications/YourKit-Java-Profiler-2017.02.app/Contents/Resources/bin/mac/libyjpagent.jnilib" | ||
|
||
# Some things for docker | ||
alias stale-images="docker images | grep '<none>' | tr -s ' ' | cut -d ' ' -f 3" | ||
alias rm-stale-images="docker rmi $(stale-images)" | ||
alias "stale-images=docker images | grep '<none>' | tr -s ' ' | cut -d ' ' -f 3" | ||
alias "rm-stale-images=docker rmi $(stale-images)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters