-
Notifications
You must be signed in to change notification settings - Fork 87
Directory
tonywald edited this page Sep 13, 2023
·
70 revisions
This page acts as our directory. When you add a fresh line to this list it automatically becomes available to fresh search
via our API. The search API caches for 5 minutes.
-
fresh twe4ked/dotfiles config/pryrc --file
— pry config file (ruby) -
fresh jasoncodes/dotfiles config/gemrc --file
— RubyGems without installing docs -
fresh jasoncodes/dotfiles config/irbrc --file
— IRB for Ruby and Rails -
fresh jasoncodes/dotfiles config/pryrc --file
— Pry for Ruby and Rails -
fresh jasoncodes/dotfiles shell/aliases/ruby.sh
— bundle exec everything! -
fresh jasoncodes/dotfiles shell/aliases/rails.sh
— Ruby on Rails, RSpec, Zeus
-
fresh andyleejordan/dotfiles-shell .shell/path-edit.sh
- [path_front and path_back functions to cleanly manipulate path] (https://github.com/andyleejordan/dotfiles-shell/blob/master/.shell/path-edit.sh)
-
fresh twe4ked/dotfiles shell/functions/hitch.sh
— function required for hitch gem -
fresh nojhan/liquidprompt liquidprompt
— A full-featured & carefully designed adaptive prompt for Bash & Zsh -
fresh foobacca/dotfiles shell/aliases-apt
— aliases for apt-get/aptitude -
fresh foobacca/dotfiles shell/aliases-dir
— aliases for ls and cd -
fresh foobacca/dotfiles shell/tmux
— tmux with 256 colors and aliases -
fresh ajsalminen/dotfiles shell/functions/locatefile.sh
— Use locate to search for filename -
fresh ajsalminen/dotfiles shell/functions/locatedir.sh
— Use locate to search for directory name
-
fresh freshshell/fresh contrib/completion/fresh-completion.bash
— bash completions for fresh -
fresh foobacca/dotfiles bash/completion
— enable bash completion - but only if not already enabled (enabling bash completion more than once adds to bash load time) -
fresh foobacca/dotfiles bash/dircolors
— enable dircolors and use ~/.dircolors if available (I use this withfresh seebi/dircolors-solarized dircolors.ansi-universal --file=~/.dircolors
)
-
fresh rupa/z z.sh
— an autojump like tool for zsh -
fresh twe4ked/dotfiles shell/zsh/completion.zsh --file=~/.zshrc
— basic zsh completion config -
fresh twe4ked/dotfiles shell/zsh/prompt.zsh --file=~/.zshrc
— fancy zsh prompt -
fresh twe4ked/dotfiles shell/zsh/zshrc --file
— just another zshrc -
fresh sharat87/zsh-vim-mode zsh-vim-mode.plugin.zsh
— zsh vim mode, makes zsh vi mode more like vim -
fresh robbyrussell/oh-my-zsh lib/edit-command-line.zsh --ref=a38774c
— edit from the zsh command-line using C-x C-e -
fresh zsh-users/zsh-history-substring-search zsh-history-substring-search.zsh
— zsh substring history search -
fresh freshshell/fresh contrib/completion/fresh-completion.zsh --file=completion/_fresh
— zsh completions for fresh
-
fresh twe4ked/dotfiles shell/aliases/git.sh
— miscellaneous git aliases -
fresh bobthecow/git-flow-completion git-flow-completion.bash
— git flow completion (bash) -
fresh bobthecow/git-flow-completion git-flow-completion.zsh
— git flow completion (zsh) -
fresh jasoncodes/dotfiles config/gitconfig --file
— A sane git config -
fresh jasoncodes/dotfiles shell/aliases/git.sh
— Git aliases and utility functions -
fresh pengwynn/dotfiles bin/git-pr --bin
— Open GitHub pull requests for the current branch
-
fresh jasoncodes/dotfiles config/ackrc --file
— Ack
-
fresh jasoncodes/dotfiles config/inputrc --file
— Readline
-
fresh jasoncodes/dotfiles config/psqlrc --file
— PostgreSQL -
fresh jasoncodes/dotfiles config/sqliterc --file
— SQLite
-
fresh jasoncodes/dotfiles config/tmux.conf --file
— tmux like screen with Powerline-ish styling -
fresh foobacca/dotfiles tmux/clipboard --file=~/tmux.conf
- keybindings to copy to and from X clipboard (from http://unix.stackexchange.com/a/16405/668 ) -
fresh foobacca/dotfiles tmux/ctrl-a --file=~/tmux.conf
- use Ctrl-A as prefix key instead of Ctrl-B -
fresh foobacca/dotfiles tmux/maximise-pane --file=~/tmux.conf
- keybindings to break pane out into new window and put it back (from http://superuser.com/a/357799/1630 ) -
fresh foobacca/dotfiles tmux/save-buffer-history --file=~/tmux.conf
- keybinding to save tmux buffer history to file -
fresh foobacca/dotfiles tmux/statusbar --file=~/tmux.conf
- use powerline for statusbar (see powerline docs for details) -
fresh foobacca/dotfiles tmux/vi --file=~/tmux.conf
- use vi keybindings in various places -
fresh foobacca/dotfiles tmux/misc-bindings --file=~/tmux.conf
- Miscellaneous key bindings -
fresh foobacca/dotfiles tmux/misc-settings --file=~/tmux.conf
- Miscellaneous tmux settings -
fresh jasoncodes/dotfiles config/screenrc --file
— GNU screen
-
fresh jasoncodes/dotfiles shell/aliases/editor.sh
— Edit last modified file
-
fresh hackling/dotfiles vim/keybindings/numpad.vim --file=~/.vimrc
— Make numpad work in Vim -
fresh henrik/dotfiles vim/plugin/rspec_should_to_expect.vim --file=~/.vimrc
— Turn RSpec 'should' into the new 'expect' style. -
fresh tpope/vim-sensible plugin/sensible.vim --file=~/.vimrc
— Defaults everyone can agree on
-
fresh pengwynn/dotfiles bin/gxpr --bin
— like expr(1), but uses Google's calculator to evaluate -
fresh twe4ked/dotfiles bin/build_status --bin
— display jenkins build status -
fresh twe4ked/dotfiles bin/gh --bin
— open current github project (or issues/pulls/wiki) in a browser -
fresh twe4ked/dotfiles bin/git-swap-latest --bin
— swap the two latest commits on a branch -
fresh twe4ked/dotfiles bin/heroku-remote-add --bin
— easily add Heroku remotes -
fresh defunkt/repl bin/repl --bin
— an interactive program which tenderly wraps another, non-interactive program -
fresh twe4ked/dotfiles bin/add-keys --bin
— pulls a users public keys from GitHub -
fresh twe4ked/catacomb bin/catacomb --bin
— encrypts files using public keys from GitHub -
fresh pengwynn/dotfiles bin/git-ci --bin
— Display CI status for a GitHub commit -
fresh pengwynn/dotfiles bin/git-go --bin
— CLI helper for GitHub.com, inspired by the CommandBar (http://git.io/_OnQ3Q) -
fresh pengwynn/dotfiles bin/termcolors --bin
— echoes a bunch of color codes to the terminal to demonstrate what's available -
fresh jasoncodes/dotfiles bin/timein --bin
- quickly find the current time in another time zone -
fresh git://git.kitenet.net/moreutils vipe --bin
- insert a text editor into a pipe -
fresh holman/spark spark --bin
- generates sparklines for a set of data -
fresh alrra/dotfiles bin/httpcompression --bin
- Test if HTTP compression (RFC 2616 + SDCH) is enabled for a given URL -
fresh sivel/speedtest-cli speedtest_cli.py --bin=~/bin/speedtest
- Command line interface for testing internet bandwidth using speedtest.net