-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
39 lines (37 loc) · 960 Bytes
/
install.conf.yaml
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
- clean: ["~"]
- create:
- ~/.config
- ~/tmp
- ~/.local
- ~/.local/bin
- link:
# ~/.gitconfig: gitconfig
~/.gitignore_global: .gitignore_global
~/Library/Application Support/Code/User:
if: '[ (uname) = "Darwin" ]'
path: vscode
# Probably don't want to share this between machines...
# ~/.ssh/config:
# path: ssh/config
# create: true
~/.tmux.conf: tmux/tmux.conf
~/.tmux: tmux
# make ~/.config if it doesn't exist
~/.config/nvim:
path: nvim
~/.config/glances:
path: glances
~/.config/fish:
relink: true
path: fish
~/.vscode:
if: '[ (uname) = "Linux" ]'
path: vscode
~/.fdignore:
path: fdignore
# make ~/.local/bin if it doesn't exist
~/.local/bin/pbcopy:
# Better than running command with sudo...
# Have to add it ~/bin to path on linux
if: '[ (uname) = "Linux" ]'
path: bin/pbcopy