Update and rename config.yaml to config-profiles.yaml
This commit is contained in:
parent
daec0ba9b4
commit
eb7370f080
@ -1,200 +1,3 @@
|
||||
terminal:
|
||||
searchOptions: {}
|
||||
colorScheme:
|
||||
name: Material
|
||||
foreground: '#eceff1'
|
||||
background: rgba(38, 50, 56, 1)
|
||||
selection: null
|
||||
cursor: '#FFCC00'
|
||||
colors:
|
||||
- '#000000'
|
||||
- '#D62341'
|
||||
- '#9ECE58'
|
||||
- '#FAED70'
|
||||
- '#396FE2'
|
||||
- '#BB80B3'
|
||||
- '#2DDAFD'
|
||||
- '#d0d0d0'
|
||||
- rgba(255, 255, 255, 0.2)
|
||||
- '#FF5370'
|
||||
- '#C3E88D'
|
||||
- '#FFCB6B'
|
||||
- '#82AAFF'
|
||||
- '#C792EA'
|
||||
- '#89DDFF'
|
||||
- '#ffffff'
|
||||
bell: visual
|
||||
fontSize: 14
|
||||
profile: local:binbash
|
||||
customColorSchemes: []
|
||||
warnOnMultilinePaste: false
|
||||
showBuiltinProfiles: false
|
||||
hotkeys:
|
||||
shell: {}
|
||||
profile:
|
||||
wsl-/-default-distro:
|
||||
- - Ctrl-N
|
||||
ssh:
|
||||
- - Ctrl-T
|
||||
close-tab:
|
||||
- - Ctrl-W
|
||||
new-tab: []
|
||||
toggle-window:
|
||||
- Ctrl-Space
|
||||
copy:
|
||||
- Ctrl-Shift-C
|
||||
paste:
|
||||
- Ctrl-Shift-V
|
||||
- Shift-Insert
|
||||
home:
|
||||
- Home
|
||||
end:
|
||||
- End
|
||||
previous-word:
|
||||
- Ctrl-Left
|
||||
next-word:
|
||||
- Ctrl-Right
|
||||
delete-previous-word:
|
||||
- Ctrl-Backspace
|
||||
delete-next-word:
|
||||
- Ctrl-Delete
|
||||
clear: []
|
||||
zoom-in:
|
||||
- Ctrl-=
|
||||
- Ctrl-Shift-=
|
||||
zoom-out:
|
||||
- Ctrl--
|
||||
- Ctrl-Shift--
|
||||
reset-zoom:
|
||||
- Ctrl-0
|
||||
ctrl-c:
|
||||
- Ctrl-C
|
||||
copy-current-path: []
|
||||
search:
|
||||
- Ctrl-Shift-F
|
||||
pane-focus-all:
|
||||
- Ctrl-Shift-I
|
||||
restart-telnet-session: []
|
||||
restart-ssh-session: []
|
||||
launch-winscp: []
|
||||
settings:
|
||||
- Ctrl-,
|
||||
new-window:
|
||||
- Ctrl-Shift-N
|
||||
profile-selector:
|
||||
- Ctrl-Shift-T
|
||||
toggle-fullscreen:
|
||||
- F11
|
||||
- Alt-Enter
|
||||
rename-tab:
|
||||
- Ctrl-Shift-R
|
||||
reopen-tab:
|
||||
- Ctrl-Shift-T
|
||||
toggle-last-tab: []
|
||||
next-tab:
|
||||
- Ctrl-Shift-Right
|
||||
- Ctrl-Tab
|
||||
previous-tab:
|
||||
- Ctrl-Shift-Left
|
||||
- Ctrl-Shift-Tab
|
||||
move-tab-left:
|
||||
- Ctrl-Shift-PageUp
|
||||
move-tab-right:
|
||||
- Ctrl-Shift-PageDown
|
||||
rearrange-panes:
|
||||
- Ctrl-Shift
|
||||
tab-1:
|
||||
- Alt-1
|
||||
tab-2:
|
||||
- Alt-2
|
||||
tab-3:
|
||||
- Alt-3
|
||||
tab-4:
|
||||
- Alt-4
|
||||
tab-5:
|
||||
- Alt-5
|
||||
tab-6:
|
||||
- Alt-6
|
||||
tab-7:
|
||||
- Alt-7
|
||||
tab-8:
|
||||
- Alt-8
|
||||
tab-9:
|
||||
- Alt-9
|
||||
tab-10:
|
||||
- Alt-0
|
||||
tab-11: []
|
||||
tab-12: []
|
||||
tab-13: []
|
||||
tab-14: []
|
||||
tab-15: []
|
||||
tab-16: []
|
||||
tab-17: []
|
||||
tab-18: []
|
||||
tab-19: []
|
||||
tab-20: []
|
||||
split-right:
|
||||
- Ctrl-Shift-E
|
||||
split-bottom:
|
||||
- Ctrl-Shift-D
|
||||
split-left: []
|
||||
split-top: []
|
||||
pane-maximize:
|
||||
- Ctrl-Alt-Enter
|
||||
pane-nav-up:
|
||||
- Ctrl-Alt-Up
|
||||
pane-nav-down:
|
||||
- Ctrl-Alt-Down
|
||||
pane-nav-left:
|
||||
- Ctrl-Alt-Left
|
||||
pane-nav-right:
|
||||
- Ctrl-Alt-Right
|
||||
pane-nav-previous:
|
||||
- Ctrl-Alt-[
|
||||
pane-nav-next:
|
||||
- Ctrl-Alt-]
|
||||
switch-profile:
|
||||
- Ctrl-Alt-T
|
||||
close-pane: []
|
||||
profile-selectors: {}
|
||||
select-all:
|
||||
- Ctrl-Shift-A
|
||||
serial:
|
||||
- Alt-K
|
||||
restart-serial-session: []
|
||||
show-quick-cmds:
|
||||
- Alt-Q
|
||||
duplicate-tab: []
|
||||
serial: {}
|
||||
ssh: {}
|
||||
appearance:
|
||||
opacity: 0.71
|
||||
vibrancy: false
|
||||
enableWelcomeTab: false
|
||||
pluginBlacklist:
|
||||
- clickable-links
|
||||
- serial
|
||||
clickableLinks: {}
|
||||
qc:
|
||||
cmds:
|
||||
- name: Install Docker on New Host
|
||||
text: >-
|
||||
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y
|
||||
install git docker docker-compose && sudo systemctl enable docker &&
|
||||
sudo usermod -aG docker $USER && logout
|
||||
appendCR: true
|
||||
group: null
|
||||
- name: Down, edit, up, logs
|
||||
text: >-
|
||||
docker-compose down && vim docker-compose.yml && docker-compose up -d &&
|
||||
docker-compose logs -f
|
||||
appendCR: true
|
||||
group: null
|
||||
- name: Build, run, logs
|
||||
text: ''
|
||||
appendCR: true
|
||||
group: null
|
||||
version: 3
|
||||
profiles:
|
||||
- icon: fas fa-desktop
|
||||
name: xtouch
|
||||
@ -526,16 +329,3 @@ profiles:
|
||||
forwardedPorts: []
|
||||
scripts: []
|
||||
type: ssh
|
||||
configSync:
|
||||
parts: {}
|
||||
token: >-
|
||||
d411c124a4cfd51855b74cceb57d242b9f6d8b31e99dd55dcb27eef444ff35856aa32720465a5a100d9760ed285dd7a04ce91bf5ff881794de0034b4caa28314
|
||||
configID: 170
|
||||
profileDefaults:
|
||||
ssh:
|
||||
type: ssh
|
||||
options:
|
||||
algorithms: {}
|
||||
privateKeys:
|
||||
- file:///home/joey/.ssh\id_rsa
|
||||
auth: publicKey
|
Loading…
Reference in New Issue
Block a user