GitXplorerGitXplorer
j

dotfiles

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7f581e2a44a04c13cb0612f3f777982546a0b708

Try setting .gitconfig pull.rebase=merges

jjoshkel committed 2 months ago
Unverified
04521d065d5c9c89305918fad94b7ddf1ca48813

Sort newest tags first

jjoshkel committed 2 months ago
Unverified
be39262d51d9f0ae82b58f3ffe5ecba17fd9c92e

Git config updates; switch from exa to eza

jjoshkel committed 2 months ago
Verified
fb3c0d16e6adf38539aefb6626f50c83b1f936b6

Update README.md

jjoshkel committed 4 months ago
Unverified
1cc0b4d1e6f873964a17857023767df0ee8d0c09

Add a script for decoding JWTs; add Homebrew sbin to PATH

jjoshkel committed a year ago
Unverified
da8d4e49f12421fc0a19f3789c7a84a6fa75d8c7

Add fzf, git tag-dates

jjoshkel committed a year ago

README

The README file for this repository.

These are my dotfiles.

To get started:

cat <<EOF | bash
set -e
cd ~
git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
. .homesick/repos/homeshick/homeshick.sh
yes | homeshick clone joshkel/dotfiles
bin/homeshick-clone-all.sh
homeshick pull
homeshick cd dotfiles
git remote set-url --push origin git@github.com:joshkel/dotfiles.git
cd ~
EOF

# If all of the above worked:
. .bashrc
vim +PluginInstall +qall

(If starting from scratch, chezmoi might be better than homeshick.)