PowerShell_Scripts/base/src/config.files.json

73 lines
1.7 KiB
JSON

{
"omp": "~/.oh-my-posh.omp.json",
"profile": [
"~/.profile",
"/etc/profile",
"/etc/profile.d/"
],
"bashrc": "~/.bashrc",
"zshrc": "~/.zshrc",
"zsys": "/etc/zsys.conf",
"shrc": "~/.shrc",
"sz-aliases-sh": "~/.sz.aliases.sh",
"sz-shrc": [
"~/.sz.shrc.sh",
"#shrc",
"@shell-loading-snippets/bash",
"@shell-loading-snippets/sh"
],
"sz-bashrc": [
"~/.sz.bashrc.sh",
"#bashrc",
"@shell-loading-snippets/bash"
],
"sz-zshrc": [
"~/.sz.zshrc.sh",
"#zshrc",
"@shell-loading-snippets/zsh"
],
"sz-rc-all": [
"#sz-aliases-sh",
"#sz-local-rc",
"#sz-shrc",
"#sz-zshrc",
"#zshrc"
],
"sz-local-rc": "~/.sz.local.sh",
"ansible": [
"/etc/ansible/ansible.cfg",
"/opt/ansible/ansible.cfg",
"/opt/ansible/hosts"
],
"emacs": [
"~/.emacs",
"~/.emacs.d"
],
"spacemacs": [
"~/.spacemacs",
"#emacs"
],
"vi": "~/.virc",
"vim": [
"~/.vimrc",
"~/.vim/vimrc"
],
"neovim": [
"~/.config/nvim/init.vim",
"~/.config/nvim/vim-plug/plugins.vim",
"#vim"
],
"nvim": "#neovim",
"tmux": [
"~/.tmux.conf",
"~/.byobu/.tmux.conf"
],
"ssh-pub": "~/.ssh/id_*.pub",
"ssh-id": ["~/.ssh/id_ed25519","~/.ssh/id_rsa"],
"ssh-auth": "~/.ssh/authorized_keys",
"ssh-known": "~/.ssh/known_hosts",
"ssh-conf": "~/.ssh/config",
"sshd-conf": "/etc/ssh/sshd_config",
"ssh" : [ "#ssh-auth", "#ssh-known", "#ssh-conf", "#sshd-conf", "#ssh-pub", "#ssh-id" ]
}