-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmac.conf.yaml
36 lines (33 loc) · 858 Bytes
/
mac.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
- defaults:
link:
create: true
relink: true
force: true
- clean: ['~', '~/.config']
- link:
~/.tmux.conf:
~/.mozilla/firefox/bihhgrws.default/chrome/:
glob: true
path: chrome/*
~/.tmux:
~/.Xresources:
~/.ghci:
~/.vim:
~/.vimrc:
~/.bashrc:
~/.zshrc:
~/.ideavimrc:
~/.skhdrc:
~/.yabairc:
~/.config/i3/config: i3.config
~/.config/:
glob: true
path: config/*
- shell:
- git submodule update
- defaults write -g ApplePressAndHoldEnabled -bool false
- defaults write com.apple.finder ShowPathbar -bool true
- defaults write NSGlobalDomain InitialKeyRepeat -int 12
- chflags nohidden ~/Library
- /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- brew tap caskroom/cask