-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
96 lines (93 loc) · 3.8 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Updating submodules]
- [mkdir -p ~/.gnupg ~/.config/feh ~/.ipython/profile_default ~/.config/ptpython ~/.config/copyq ~/.config/dunst ~/.config/i3 ~/.config/i3status ~/.config/kitty ~/.config/procps ~/.config/radare2 ~/.config/ranger ~/.config/rofi ~/.config/yamllint ~/.config/zathura ~/.environment.d, Creating config directories]
- [mkdir -p ~/.ssh/hosts ~/.ssh/HOSTS ~/.ssh/keys ~/.ssh/control_paths, Setting up directories for ssh]
- [mkdir -p ~/.config/nvim ~/.vim/compiler ~/.vim/swo ~/.vim/backup ~/.vim/undodir ~/.vim/viminfo, Setting up directories for vim]
- [mkdir -p ~/mnt/localhost-root, Creating mount points]
- [mkdir -p ~/.logs/zsh ~/.logs/nmap ~/.logs/adb, Creating destination for log files ]
- [mkdir -p ~/.pcaps, Creating pcap dump directory]
- [cp -a wg ~/.wg, Copying wireguard template directory]
- [curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim, Installing vim-plug]
- [src/fzf/install --all, Installing fzf]
- link:
~/.aliases: aliases
~/.bashrc:
path: bashrc
force: true
~/.bash_profile:
path: bash_profile
force: true
~/.bashrc.Darwin: bashrc.Darwin
~/.bashrc.Linux: bashrc.Linux
~/.bcrc: bcrc
~/.gnupg/gpg-agent.conf: gpg/gpg-agent.conf
~/.gnupg/scdaemon.conf: gpg/scdaemon.conf
~/.config/i3/config: i3config-full
~/.config/i3status/config: i3status
~/bin/i3status_wrapper: bin/i3status_wrapper
~/bin/i3lock-wrapper.sh: bin/i3lock-wrapper.sh
~/bin/ssh: bin/ssh
~/.config/feh/keys: feh_keys
~/.config/feh/themes: feh_themes
~/.config/herbstluftwm: herbstluftwm/
~/.config/ranger/scope.sh: ranger/scope.sh
~/.config/ranger/rifle.conf: ranger/rifle.conf
~/.config/ranger/rc.conf: ranger/rc.conf
~/.config/ranger/commands.py: ranger/commands.py
~/.config/rofi/config.rasi: rofi
~/.config/yamllint/config: yamllint.yaml
~/.config/i3/config: i3config
~/.config/kitty/kitty.conf: kitty.conf
~/.clang-format: clang-format
~/.environment: environment
~/.fzfrc: fzfrc
~/.gitconfig: gitconfig
~/.gdbinit: gdbinit/gdbinit
~/.gitignore_global: gitignore_global
~/.ipython/profile_default/ipython_config.py: ipython_config.py
~/.ipython/profile_default/startup: ipython_startup/
~/.config/ptpython/config.py: ptpython_config.py
~/.liquidpromptrc: liquidpromptrc
~/.gef.rc: gef.rc
~/.inputrc:
path: inputrc
force: true
~/.minttyrc: minttyrc
~/.muttrc: neomutt/neomuttrc
~/.config/radare2/radare2rc: radare2rc
~/.config/autorandr: autorandr
~/.config/copyq/copyq.conf: copyq.conf
~/.config/copyq/copyq-commands.ini: copyq-commands.ini
~/.screenlayout: screenlayout
~/.tmux.conf: tmux.conf
~/.vim/compiler/python.vim: vim/python.vim
~/.vimrc: vimrc
~/.ideavimrc: ideavimrc
~/.config/nvim/init.vim: vimrc.nvim
~/.config/mpv: mpv
~/.nvimrc: ~/.config/nvim/init.vim
~/.ssh/config: ssh/config
~/.ssh/hosts/host_template: ssh/host_template
~/.ssh/known_hosts_common: ssh/known_hosts_common
~/.ssh/local_command: ssh/local_command
~/.ssh/HOSTS/me: ssh/me
~/.ssh/keys/me.pub: ssh/me.pub
~/.ripgreprc: ripgreprc
~/.tidy.conf: tidy.conf
~/.tsocks.conf: tsocks.conf
~/.config/dunst/dunstrc: dunstrc
~/.config/procps/toprc: toprc
~/.config/wireshark: wireshark
~/.config/zathura/zathurarc: zathurarc
~/.visidatarc: visidatarc
~/.psqlrc: psqlrc
~/.zshrc:
path: zshrc
force: true
~/.zlogout: zlogout
- shell:
- [chmod -cR g-rwx ssh, Restricting file permissions for ssh]
- [chmod -cR o-rwx ssh, Restricting file permissions for ssh]
- [chmod 0700 wg, Restricting file permissions of wg]