dotfiles/freshrc

67 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-04-02 10:32:51 +10:00
# vim: set 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-options
[ -f ~/.gitconfig.local ] || cp ~/.dotfiles/vcs/git/gitconfig.local ~/.gitconfig.local
mkdir -p ~/.config
2019-07-22 16:21:32 +10:00
rm -rf ~/.vim ~/.config/nvim
ln -sfn ~/.dotfiles/editors/vim ~/.vim
ln -sfn ~/.dotfiles/editors/vim ~/.config/nvim
ln -sfn ~/.vim/vimrc ~/.vimrc
ln -sfn ~/.vim/gvimrc ~/.gvimrc
2017-04-02 10:32:51 +10:00
fresh-options --file=~/.zshrc --marker
2019-07-22 16:21:32 +10:00
fresh shells/path.sh
fresh freshshell/fresh contrib/source-build.sh
fresh zsh-users/zsh-history-substring-search zsh-history-substring-search.zsh
2017-04-02 10:32:51 +10:00
fresh mathiasbynens/dotfiles .functions
fresh twe4ked/dotfiles shell/zsh/completion.zsh
fresh junegunn/fzf shell/completion.zsh
fresh junegunn/fzf shell/key-bindings.zsh
2019-07-22 16:21:32 +10:00
fresh shells/common/\*.sh
fresh shells/zsh/\*.zsh
fresh shells/zsh/lib/\*.zsh
2017-04-02 10:32:51 +10:00
fresh-options
2019-07-22 16:21:32 +10:00
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/
2017-04-02 10:32:51 +10:00
fresh garybernhardt/dotfiles bin/run-command-on-git-revisions --bin
2019-07-22 16:21:32 +10:00
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
}