forked from ericboehs/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreshrc
80 lines (62 loc) · 2.29 KB
/
freshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# vim: set ft=sh:
## Fresh setup
# Initiate fresh so you can use this file
fresh freshshell/fresh bin/fresh --bin
#fresh freshshell/fresh contrib/source-build.sh --file=~/.zshrc
## Bins
# Add all bins in local bin/
fresh bin/\* --bin
# Setup catacomb which lets you encrypt files using user's github key
# fresh twe4ked/catacomb bin/catacomb --bin
## Config
fresh-options --file
fresh config/\*
fresh-options
## Shell
# Add all aliases via local shell/aliases/*
fresh shell/aliases/\*
# Add misc shell files from local shell/*
fresh shell/\*
## Zsh
fresh-options --file=~/.zshrc --marker
fresh shell/zsh/completion.zsh
fresh shell/zsh/prompt.zsh
fresh shell/zsh/aliases.zsh
fresh shell/zsh/zshrc
fresh shell/zsh/keybindings.zsh
## this loads the shell files and needs to be at the bottom of the zshrc for compdef be availiable
fresh freshshell/fresh contrib/source-build.sh
fresh rupa/z z.sh
fresh zsh-users/zsh-history-substring-search zsh-history-substring-search.zsh
fresh sharat87/zsh-vim-mode zsh-vim-mode.plugin.zsh
fresh-options
# completions: common completions
fresh zsh-users/zsh-completions src --file=completion/
# syntax-highlighting: fish-like syntax highlighting
fresh zsh-users/zsh-syntax-highlighting zsh-syntax-highlighting.zsh --file=vendor/zsh-syntax-highlighting.zsh
fresh zsh-users/zsh-syntax-highlighting highlighters --file=vendor/highlighters/
## Vim
fresh-options --file=~/.vimrc --marker=\"
fresh vim/leader.vim
fresh vim/vundle_before.vim
fresh vim/vundle.vim
fresh vim/vundle_after.vim
fresh vim/functions.vim
fresh vim/keybindings.vim
fresh vim/macros.vim
fresh vim/mac-paste.vim
fresh vim/plugin_config/\*
fresh jasoncodes/dotfiles vim/mappings/indent.vim
fresh jasoncodes/dotfiles vim/mappings/pasteboard.vim
fresh jasoncodes/dotfiles vim/config/undo.vim
fresh vim/vimrc
fresh-options
# Tmux
fresh config/tmuxinator --file=~/.tmuxinator/
# powerline: the ultimate statusline
fresh Lokaltog/powerline scripts/powerline --bin
fresh Lokaltog/powerline powerline --file=~/.local/lib/python/powerline/
fresh config/powerline --file=~/.config/powerline/
fresh Lokaltog/powerline font --file=~/.fonts/
fresh Lokaltog/powerline-fonts SourceCodePro --file=~/.fonts/
fresh Lokaltog/powerline powerline/bindings/tmux/powerline.conf --file=~/.tmux.conf