mirror of https://github.com/bjeanes/dotfiles.git
67 lines
1.8 KiB
Bash
67 lines
1.8 KiB
Bash
# vim: ft=sh
|
|
|
|
fresh freshshell/fresh bin/fresh --bin
|
|
|
|
fresh languages/clojure/lein/profiles.clj --file=~/.lein/profiles.clj
|
|
fresh-options --file # each file as is
|
|
fresh languages/ruby/gemrc
|
|
fresh languages/ruby/irbrc
|
|
|
|
fresh misc/ackrc
|
|
fresh misc/agignore
|
|
fresh misc/ctags
|
|
fresh misc/inputrc
|
|
fresh misc/nanorc
|
|
fresh misc/psqlrc
|
|
fresh misc/tmux/tmux.conf
|
|
|
|
fresh vcs/git/gitattributes
|
|
fresh vcs/git/gitconfig
|
|
fresh vcs/git/gitconfig.merge
|
|
fresh vcs/git/gitconfig.pushurls
|
|
fresh vcs/git/gitignore
|
|
fresh --file=~/.git_template/ vcs/git/git_template
|
|
fresh-options
|
|
|
|
[ -f ~/.gitconfig.local ] || cp ~/.dotfiles/vcs/git/gitconfig.local ~/.gitconfig.local
|
|
|
|
fresh editors/vim/init.nvim --file ~/.config/nvim/init.vim
|
|
|
|
fresh-options --file=~/.vimrc --marker='"'
|
|
fresh editors/vim/vimrc
|
|
fresh-options
|
|
|
|
fresh-options --file=~/.zshrc --marker
|
|
fresh shells/path.sh
|
|
|
|
fresh freshshell/fresh contrib/source-build.sh
|
|
fresh zsh-users/zsh-history-substring-search zsh-history-substring-search.zsh
|
|
|
|
fresh mathiasbynens/dotfiles .functions
|
|
fresh twe4ked/dotfiles shell/zsh/completion.zsh
|
|
|
|
fresh junegunn/fzf shell/completion.zsh
|
|
fresh junegunn/fzf shell/key-bindings.zsh
|
|
|
|
fresh shells/common/\*.sh
|
|
fresh shells/zsh/\*.zsh
|
|
fresh shells/zsh/lib/\*.zsh
|
|
fresh-options
|
|
|
|
fresh zsh-users/zsh-completions src --file=completion/
|
|
fresh freshshell/fresh contrib/completion/fresh-completion.zsh --file=completion/_fresh
|
|
|
|
fresh zsh-users/zsh-syntax-highlighting . --file=vendor/zsh-syntax-highlighting/
|
|
|
|
fresh garybernhardt/dotfiles bin/run-command-on-git-revisions --bin
|
|
|
|
fresh junegunn/fzf . --file=~/.fzf/
|
|
~/.fresh/source/junegunn/fzf/install --bin
|
|
fresh junegunn/fzf bin/fzf --bin
|
|
fresh junegunn/fzf bin/fzf-tmux --bin
|
|
|
|
fresh_after_build() {
|
|
# vim +PlugUpdate +PlugClean +qall
|
|
true
|
|
}
|