-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
6,592 additions
and
7 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,57 @@ | ||
tap "d12frosted/emacs-plus" | ||
tap "homebrew/bundle" | ||
tap "homebrew/cask" | ||
tap "homebrew/cask-fonts" | ||
tap "homebrew/cask-versions" | ||
tap "homebrew/core" | ||
tap "homebrew/services" | ||
tap "jzelinskie/duckdns" | ||
brew "gdbm" | ||
brew "python" | ||
brew "bat" | ||
brew "bazaar" | ||
brew "colordiff" | ||
brew "coreutils" | ||
brew "cowsay" | ||
brew "diff-so-fancy" | ||
brew "elixir" | ||
brew "exercism" | ||
brew "fd" | ||
brew "sdl2" | ||
brew "ffmpeg" | ||
brew "findutils" | ||
brew "fish" | ||
brew "fzf" | ||
brew "git" | ||
brew "git-lfs" | ||
brew "go" | ||
brew "gradle" | ||
brew "haxe", args: ["HEAD"] | ||
brew "hugo" | ||
brew "ispell" | ||
brew "kotlin" | ||
brew "mercurial" | ||
brew "neovim" | ||
brew "nginx", restart_service: true | ||
brew "nmap" | ||
brew "node" | ||
brew "opam" | ||
brew "[email protected]", restart_service: true | ||
brew "rbenv" | ||
brew "ripgrep" | ||
brew "tldr" | ||
brew "tmux" | ||
brew "wget" | ||
brew "zsh" | ||
brew "d12frosted/emacs-plus/emacs-plus" | ||
brew "jzelinskie/duckdns/duckdns" | ||
cask "deluge" | ||
cask "docker" | ||
cask "emacs" | ||
cask "font-fira-code" | ||
cask "font-fira-mono-for-powerline" | ||
cask "intellij-idea-ce" | ||
cask "java8" | ||
cask "joplin" | ||
cask "kitty" | ||
cask "lilypond" |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 Brian Carper <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Submodule LS_COLORS
added at
6fe816
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,9 +1,6 @@ | ||
Personal config files. Vim and Emacs directories contain a mix of code I wrote | ||
and code I downloaded. Don't just download these files and use them, crap will | ||
break. Read them and adapt them if you think it's worth it. Enjoy. | ||
|
||
All Vim/Emacs code I wrote myself is released into the public domain. | ||
https://github.com/cdaddr/dotfiles | ||
|
||
# gentooish.vim | ||
Personal config files. Don't just download these files and use them, crap will | ||
break. Read them and adapt them if you think it's worth it. Enjoy. | ||
|
||
gentooish.vim is now (also) in a separate repo, http://github.com/briancarper/gentooish.vim, for those of you using Pathogen. | ||
`setup.zsh` does some setup. |
Oops, something went wrong.