aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-22 16:21:03 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-22 16:21:03 -0500
commit0cab822be91ab5f1b5714791220fa64a877b3ab7 (patch)
treecc78750cbed8bcba236444b3263f3798f073aade
parent7d4c8cb511baf795d77c1fdbb08acb1aa2414607 (diff)
feat: added git-open
-rw-r--r--install.conf.yaml2
-rw-r--r--shell/env.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 671fad9..2287210 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -22,6 +22,8 @@
description: Installing bat
- command: ./cheat.sh/install
description: Installing cheat.sh
+ - command: curl -sL "https://raw.githubusercontent.com/paulirish/git-open/master/git-open" > "${HOME}/.local/bin/git-open" && chmod +x "${HOME}/.local/bin/git-open"
+ description: Installing git-open
- link:
~/.bashrc:
diff --git a/shell/env.sh b/shell/env.sh
index f00406a..942d006 100644
--- a/shell/env.sh
+++ b/shell/env.sh
@@ -8,6 +8,7 @@ export FZF_CTRL_T_OPTS="--min-height 30 --preview-window down:60% --preview-wind
export BAT_CONFIG_PATH="${DOTFILES}/bat.conf"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export GPG_TTY=$(tty)
+export BROWSER=wslview
# Path
PATH=$PATH:$HOME/.local/bin:$HOME/.go/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin:$DOTFILES/scripts