Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
07a9d51
add back new line so commands wrap properly
maxbeatty Nov 3, 2012
711651c
Update .functions
maxbeatty Nov 20, 2012
aa621d5
Update .aliases
maxbeatty Nov 20, 2012
b2ff9b1
upgrade parse_git_dirty and fix PS1
Jan 18, 2013
477b3f2
few new tricks thanks to @kevinsawicki
Jan 24, 2013
451b566
gf = git fetch
Feb 26, 2013
5b15222
no color on output fixes cleanup errors
Mar 1, 2013
679d876
nvm completion
May 22, 2013
13da1a6
fix sourcing nvm
May 22, 2013
c1aba4c
2016 🚀
maxbeatty Jun 26, 2016
1f868bf
update nvm location
maxbeatty Dec 9, 2016
9dc5dd3
add apex autocomplete
maxbeatty Feb 27, 2017
d9fe642
👋🏻bye bash
maxbeatty Mar 29, 2020
d9c486c
updated zsh
maxbeatty Mar 29, 2020
b5e5f06
2️⃣0️⃣2️⃣0️⃣
maxbeatty Mar 29, 2020
08cdc6b
feat: add more git aliases
maxbeatty Mar 29, 2020
7ed9a76
fix p10k formula
maxbeatty Mar 30, 2020
88246a2
feat: enable autocomplete
maxbeatty Apr 5, 2020
aeff309
Merge branch 'master' of github.com:maxbeatty/dotfiles
maxbeatty Apr 5, 2020
b4a6d7a
feat: add warp directory
Apr 6, 2020
f529fce
remove nvm autoload
maxbeatty Aug 8, 2021
a515693
2022 Edition
maxbeatty Dec 26, 2021
3abd24c
add hermit shell hooks
maxbeatty Dec 27, 2021
b18751d
vim setup instructions
maxbeatty Jan 19, 2022
6645f33
add github cli
maxbeatty Jan 19, 2022
34433de
brew install corepack for yarn in node
maxbeatty Jan 19, 2022
9ca1dac
brew install shellcheck
maxbeatty Jan 20, 2022
487b92b
brew install awscli
maxbeatty Jan 20, 2022
f7a10bb
brew install tfenv
maxbeatty Jan 20, 2022
6e240c2
Add Powerlevel10k configuration with hermit customization (#3)
Mar 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .aliases

This file was deleted.

24 changes: 0 additions & 24 deletions .bash_profile

This file was deleted.

53 changes: 0 additions & 53 deletions .bash_prompt

This file was deleted.

1 change: 0 additions & 1 deletion .bashrc

This file was deleted.

11 changes: 0 additions & 11 deletions .exports

This file was deleted.

31 changes: 0 additions & 31 deletions .functions

This file was deleted.

2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* text=auto
* text=auto
41 changes: 35 additions & 6 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,25 @@
[help]
autocorrect = 1
[color]
ui = always
ui = true
[apply]
whitespace = fix
[core]
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
whitespace = fix,space-before-tab,tab-in-indent,trailing-space
pager = diff-so-fancy | less --tabs=4 -RFX
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
meta = yellow
frag = magenta bold
old = red bold
new = green bold
commit = yellow bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
Expand All @@ -44,4 +47,30 @@
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules
[url "git@github.com:maxbeatty/"]
insteadOf = "git://github.com/maxbeatty/"


[push]
default = tracking
[diff]
renames = copies
[rerere]
enabled = true
[user]
signingkey = EBC283750642C55A
name = Max Beatty
email = max@beatty.me
[commit]
gpgsign = true
[gpg]
program = /usr/local/bin/gpg
[tag]
gpgsign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
14 changes: 0 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
.extra

# Compiled Python files
*.pyc

# Folder view configuration files
.DS_Store
Desktop.ini

# Thumbnail cache files
._*
Thumbs.db

# Files that might appear on external disks
.Spotlight-V100
.Trashes
43 changes: 0 additions & 43 deletions .inputrc

This file was deleted.

Loading