-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change default shell from zsh to fish * Remove unnecessary files
- Loading branch information
sadah
authored and
sadah
committed
Aug 22, 2021
1 parent
4972d11
commit 0d0db1a
Showing
17 changed files
with
598 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
tap "homebrew/bundle" | ||
tap "homebrew/cask" | ||
tap "homebrew/cask-fonts" | ||
tap "homebrew/core" | ||
brew "sqlite" | ||
brew "direnv" | ||
brew "fish" | ||
brew "go" | ||
brew "graphviz" | ||
brew "peco" | ||
brew "plantuml" | ||
brew "tig" | ||
cask "font-hack-nerd-font" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ alias uu='cd ../../' | |
alias uuu='cd ../../../' | ||
alias p="pwd" | ||
alias tailf="tail -f" | ||
alias be="bundle exec" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[color] | ||
ui = true | ||
diff = auto | ||
status = auto | ||
branch = auto | ||
grep = auto | ||
[core] | ||
excludesfile = ~/.gitignore | ||
editor = vim | ||
[push] | ||
default = current |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.DS_Store |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dotfiles | ||
======== | ||
# dotfiles | ||
|
||
sadah's dotfiles. | ||
|
||
my dotfiles |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.