aboutsummaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2019-10-13 13:26:59 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2019-10-13 13:26:59 +0200
commitce123e02d70d8e439e0bd445346be91b95b8ce69 (patch)
treeeb74b7a92749b336896e63912de4fbaacca2bd98 /mac
parent2b98d4a30d401403934a550c0e753942aa0faece (diff)
downloaddotfiles-ce123e02d70d8e439e0bd445346be91b95b8ce69.tar.gz
dotfiles-ce123e02d70d8e439e0bd445346be91b95b8ce69.zip
:lipstick: Add themer-things, to be customized later
Diffstat (limited to 'mac')
-rw-r--r--mac/Hyperterm/hyper.js2
-rw-r--r--mac/Hyperterm/local/hideTitle/index.js1
-rw-r--r--mac/zshrc4
3 files changed, 6 insertions, 1 deletions
diff --git a/mac/Hyperterm/hyper.js b/mac/Hyperterm/hyper.js
index 664287d..cea0141 100644
--- a/mac/Hyperterm/hyper.js
+++ b/mac/Hyperterm/hyper.js
@@ -151,7 +151,7 @@ module.exports = {
// `project#1.0.1`
plugins: [
"hyper-startup",
- "hyperminimal",
+
"hyper-dark-scrollbar",
"hyperlinks",
"gitrocket",
diff --git a/mac/Hyperterm/local/hideTitle/index.js b/mac/Hyperterm/local/hideTitle/index.js
index d632cbc..5f56dca 100644
--- a/mac/Hyperterm/local/hideTitle/index.js
+++ b/mac/Hyperterm/local/hideTitle/index.js
@@ -16,6 +16,7 @@ exports.decorateConfig = config => {
.tabs_list { display: none; }
//.header_header { display: none; }
.terms_terms { margin-top: 0px; }
+ .tabs_title { display: none; }
`
})
}
diff --git a/mac/zshrc b/mac/zshrc
index 2d932d9..1f55173 100644
--- a/mac/zshrc
+++ b/mac/zshrc
@@ -68,3 +68,7 @@ export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbi
alias lamp='/Users/jakobstendahl/.lamp.sh'
alias uio-linux='ssh -YC jakobste@login.ifi.uio.no'
+alias krak='/Applications/GitKraken.app/Contents/MacOS/GitKraken -p "$(PWD)" &>> /dev/null &'
+
+
+clear