Skip to content

Commit

Permalink
Update dotfiles
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 17 changed files with 598 additions and 417 deletions.
13 changes: 13 additions & 0 deletions .Brewfile
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"
1 change: 0 additions & 1 deletion dot.alias → .alias
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ alias uu='cd ../../'
alias uuu='cd ../../../'
alias p="pwd"
alias tailf="tail -f"
alias be="bundle exec"
11 changes: 11 additions & 0 deletions .gitconfig
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.DS_Store
361 changes: 361 additions & 0 deletions My Pro.terminal

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dotfiles
========
# dotfiles

sadah's dotfiles.

my dotfiles
33 changes: 0 additions & 33 deletions dot.gitconfig

This file was deleted.

3 changes: 0 additions & 3 deletions dot.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions dot.pryrc

This file was deleted.

5 changes: 0 additions & 5 deletions dot.tigrc

This file was deleted.

64 changes: 0 additions & 64 deletions dot.tmux.conf

This file was deleted.

129 changes: 0 additions & 129 deletions dot.vimrc

This file was deleted.

Loading

0 comments on commit 0d0db1a

Please sign in to comment.