-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.config.yaml
More file actions
77 lines (73 loc) · 2.85 KB
/
install.config.yaml
File metadata and controls
77 lines (73 loc) · 2.85 KB
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
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.config
- ~/.config/nvim
- ~/vimwiki
- ~/.local
- ~/.local/share
- link:
~/.zshrc: .zshrc
~/Library/Fonts/PragmataPro Mono Liga Bold Nerd Font2.ttf: PragmataPro Mono Liga Bold Nerd Font2.ttf
~/.config/nvim/init.vim: init.vim
~/.config/nvim/plugins: plugins
~/scripts: scripts
~/.limelightrc: .limelightrc
~/.p10k.zsh: .p10k.zsh
~/.skhdrc: .skhdrc
~/.yabairc: .yabairc
~/.zshrc: .zshrc
~/limelight: limelight
~/.config/kitty/kitty.conf:
path: kitty.conf
force: true
~/.skhdrc: .skhdrc
~/.config/nvim/coc-settings.json: coc-settings.json
~/.config/limelight.js: limelight.js
~/vimwiki/index.wiki: index.wiki
~/.config/coc/ultisnips:
path: ultisnips
force: true
- shell:
- vim -u NONE -N +'silent! source ./init.vim' +'PlugInstall --sync' +'qall!'
- npm install -g quicktype
- brew install git-flow
- brew install tree
- [/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)", Installing brew]
- [brew install antibody, installing ng antibody ]
- [brew install koekeishiya/formulae/skhd, installing skhd]
- [brew services start skhd, starting skhd]
- [brew install kitty]
- [python3 -m pip install --user --upgrade pynvim, adding vim python plugin]
- [brew install yarn]
- [brew install lolcat, installing lolcat]
- [brew install python3]
- [brew install node]
- [brew install zsh]
- [git submodule update --init --recursive, Installing submodules]
- >
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- >
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- [upgrade_oh_my_zsh, upgrading zsh]
- [git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k, installing p10k]
- [curl -L git.io/antigen > antigen.zsh, installing antigen]
- [brew install jesseduffield/lazygit/lazygit, installing lazygit]
- [brew install ripgrep, intalling ripgrep]
- [brew install macvim]
- [brew install the_silver_searcher, installing ag]
- [brew install fzf, installing fzf ]
- [$(brew --prefix)/opt/fzf/install, installing fzf options]
- [brew install neovim --HEAD, install neovim]
- [brew install yabai --HEAD, installing yabai]
- [sudo yabai --install-sa]
- [ln -s ~/limelight /usr/local/bin/limelight, linking limelight]
- >
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
- [echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc]
- [p10k configure, configuring p10k]
- [brew install act]
- [vim -u NONE -N +'silent! source ./init.vim' +'PlugInstall --sync' +'qall!']