forked from lionel/debianlive
using deb for sublime-text
This commit is contained in:
parent
19f726677e
commit
4c6419a404
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
|||||||
|
[
|
||||||
|
{ "keys": ["ctrl+q"], "command": "noop" },
|
||||||
|
{
|
||||||
|
"keys": ["ctrl+q"],
|
||||||
|
"command": "toggle_setting",
|
||||||
|
"args": {
|
||||||
|
"setting": "word_wrap"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"bootstrapped": true,
|
||||||
|
"installed_packages":
|
||||||
|
[
|
||||||
|
"Compare Side-By-Side",
|
||||||
|
"Generic Config",
|
||||||
|
"Package Control",
|
||||||
|
"Pretty JSON",
|
||||||
|
],
|
||||||
|
"in_process_packages":
|
||||||
|
[
|
||||||
|
],
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"show_encoding": true,
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"indent": 2,
|
||||||
|
"brace_newline": false,
|
||||||
|
"bracket_newline": false,
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"caption": "-"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_dir",
|
||||||
|
"args": {"dir": "$file_path", "file": "$file_name"},
|
||||||
|
"caption": "Open Containing Folder…"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "copy_path",
|
||||||
|
"caption": "Copy File Path"
|
||||||
|
}
|
||||||
|
]
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
exec /opt/sublime_text/sublime_text --fwdargv0 "$0" "$@"
|
|
@ -1,23 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Name=Sublime Text
|
|
||||||
GenericName=Text Editor
|
|
||||||
Comment=Sophisticated text editor for code, markup and prose
|
|
||||||
Exec=/opt/sublime_text/sublime_text %F
|
|
||||||
Terminal=false
|
|
||||||
MimeType=text/plain;
|
|
||||||
Icon=sublime-text
|
|
||||||
Categories=TextEditor;Development;
|
|
||||||
StartupNotify=true
|
|
||||||
Actions=Window;Document;
|
|
||||||
|
|
||||||
[Desktop Action Window]
|
|
||||||
Name=New Window
|
|
||||||
Exec=/opt/sublime_text/sublime_text -n
|
|
||||||
OnlyShowIn=Unity;
|
|
||||||
|
|
||||||
[Desktop Action Document]
|
|
||||||
Name=New File
|
|
||||||
Exec=/opt/sublime_text/sublime_text --command new_file
|
|
||||||
OnlyShowIn=Unity;
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
0
config/packages.chroot/xtrlock_2.15_amd64.deb
Executable file → Normal file
0
config/packages.chroot/xtrlock_2.15_amd64.deb
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user