forked from anishathalye/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
42 lines (39 loc) · 1.38 KB
/
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
40
41
42
- clean: ['~']
- shell:
-
- mkdir -p vim/autoload
- Creating Vim autoload dir
- link:
~/.config/neofetch: config/neofetch
~/.axelrc: config/axelrc.conf
~/.bowerrc: config/bowerrc.js
~/.csslintrc: config/csslintrc.js
~/.dircolors: dircolors-solarized/dircolors.256dark
~/.dotfiles: ''
~/.editorconfig: config/editorconfig.conf
~/.esformatter: config/esformatter.json
~/.eslintrc: config/eslintrc.js
~/.git-commit-template: config/git-commit-template.conf
~/.gitconfig: config/gitconfig.conf
~/.gitignore_global: config/gitignore_global.conf
~/.jshintrc: config/jshintrc.js
~/.lesskey: config/lesskey.conf
~/.npmrc: config/npmrc.ini
~/.nvmrc: config/nvmrc.conf
~/.oh-my-zsh: oh-my-zsh/
~/.oh-my-zsh/custom/themes/powerlevel9k.zsh-theme: powerlevel9k/powerlevel9k.zsh-theme
~/.rtorrent.rc: config/rtorrent.rc.conf
~/.screenrc: config/screenrc.conf
~/.stylelint: config/stylelint.js
~/.tmux: config/tmux.conf
~/.vim/autoload/plug.vim: ~/dotfiles/vim-plug/plug.vim
~/.vim: vim/
~/.vimrc: config/vimrc.conf
~/.yo-rc-global.json: config/yo-rc-global.json
~/.zsh: zsh/
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting: zsh-syntax-highlighting
~/.zshrc: config/zshrc.conf
- shell:
-
- mkdir -p ~/.rtorrent/session ~/.rtorrent/watch ~/.rtorrent/downloads
- Creating rTorrent dirs