Skip to content

Commit

Permalink
grand refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Carper authored and cdaddr committed Jul 9, 2019
1 parent a2415ad commit d7c705f
Show file tree
Hide file tree
Showing 47 changed files with 6,592 additions and 7 deletions.
57 changes: 57 additions & 0 deletions Brewfile
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"
21 changes: 21 additions & 0 deletions LICENSE
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.
1 change: 1 addition & 0 deletions LS_COLORS
Submodule LS_COLORS added at 6fe816
11 changes: 4 additions & 7 deletions README.markdown
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.
Loading

0 comments on commit d7c705f

Please sign in to comment.