Skip to content

Commit d3650a7

Browse files
author
Patrick Lavin
committed
add brv script
1 parent 5b663bc commit d3650a7

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Patrick's Tools Repo
22

3-
This repository contains my dotfiles and other helpful documents.
3+
This repository contains my dotfiles and other helpful documents.
44

55
## Getting started on a new machine
66
1. Clone this repo into `$HOME/plavin.github.io`
77
```
8-
git clone git@github.com:plavin/plavin.github.io.git plavin.github.io
9-
ln -s plavin.github.io/tools/vimrc $HOME/.vimrc
10-
ln -s plavin.github.io/tools/tmux.conf $HOME/.tmux.conf
8+
git clone git@github.com:plavin/plavin.github.io.git $HOME/plavin.github.io
9+
ln -s $HOME/plavin.github.io/tools/vimrc $HOME/.vimrc
10+
ln -s $HOME/plavin.github.io/tools/tmux.conf $HOME/.tmux.conf
1111
mkdir -p $HOME/.config/helix
12-
ln -s plavin.github.io/tools/config.toml $HOME/.config/helix/
12+
ln -s $HOME/plavin.github.io/tools/config.toml $HOME/.config/helix/
13+
export PATH=$HOME/plavin.github.io/scripts:$PATH
1314
```
1415

1516
## To use the wiki

scripts/git-brv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Print all remotes and branches
44

5-
echo "-------------------"
5+
echo "----------------------------------------------"
66
echo "Remotes"
77
git remote -v
88
echo -e "\nBranches"
99
git branch -v
10-
echo "-------------------"
10+
echo "----------------------------------------------"

tools/config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
theme = "everforest_dark"
1+
theme = "molokai"
2+
# theme = "github_dark_high_contrast"
3+
# theme = "everforest_dark"
4+
# theme = "acme"
5+
# theme = "jellybeans"
26

37
[keys.insert]
48
k = { j = "normal_mode" }

0 commit comments

Comments
 (0)