-
Notifications
You must be signed in to change notification settings - Fork 0
/
freshrc
79 lines (62 loc) · 1.97 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
# vim: set ft=sh:
fresh freshshell/fresh bin/fresh --bin
fresh freshshell/fresh contrib/completion/fresh-completion.zsh --file=completion/_fresh
# Config
fresh-options --file
fresh config/\*
fresh-options
# termite
fresh config/config/termite/config --file=~/.config/termite/config
# i3
fresh config/i3/config --file=~/.i3/config
fresh config/i3/statusbar-conky.conf --file=~/.i3/statusbar-conky.conf
fresh config/i3/statusbar-conky-laptop.conf --file=~/.i3/statusbar-conky-laptop.conf
fresh config/i3/conky-wrapper.sh --bin=~/.i3/conky-wrapper.sh
# sway
fresh config/config/sway/config --file=~/.config/sway/config
# mako
fresh config/config/mako/config --file=~/.config/mako/config
# Zsh
fresh-options --file=~/.zshrc --marker
fresh shell/zsh/\*
fresh ohmyzsh/ohmyzsh lib/async_prompt.zsh
fresh ohmyzsh/ohmyzsh lib/grep.zsh
fresh ohmyzsh/ohmyzsh lib/git.zsh
# Include all common shell config
fresh freshshell/fresh contrib/source-build.sh
fresh-options
# Bash
fresh-options --file=~/.bashrc --marker
# Include all common shell config
fresh freshshell/fresh contrib/source-build.sh
fresh-options
# See reason above
fresh shell/zsh/completion --file=completion/
fresh zsh-users/zsh-syntax-highlighting . --file=~/.zsh/plugins/zsh-syntax-highlighting/
# Vim
fresh-options --file=~/.vimrc --marker='"'
fresh vim/\*
fresh vim/plugins/\*
fresh vim/config/\*
fresh vim/mappings/\*
fresh-options
fresh vim/colors --file=~/.vim/colors/
fresh vim/spell --file=~/.vim/spell/
fresh junegunn/vim-plug plug.vim --file=~/.vim/autoload/plug.vim
# Shell
fresh shell/sh/\*
fresh shell/aliases/\*
fresh shell/functions/\*
fresh shell/config/\*
fresh shell/\*
# bin
fresh-options --bin
fresh git/git contrib/diff-highlight/diff-highlight --ref=3dbfe2b8ae94cbdae5f3d32581aedaa5510fdc87
fresh bin/\*
fresh-options
# git
fresh-options --file=~/.gitignore --marker
fresh github/gitignore Global/Linux.gitignore
fresh github/gitignore Global/Vim.gitignore
fresh git/gitignore
fresh-options