File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
661 . 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
1111mkdir -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
Original file line number Diff line number Diff line change 22
33# Print all remotes and branches
44
5- echo " -------------------"
5+ echo " ---------------------------------------------- "
66echo " Remotes"
77git remote -v
88echo -e " \nBranches"
99git branch -v
10- echo " -------------------"
10+ echo " ---------------------------------------------- "
Original file line number Diff line number Diff line change 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 ]
48k = { j = " normal_mode" }
You can’t perform that action at this time.
0 commit comments