Remove Sublime Text 3 config, etc.
This commit is contained in:
parent
cccca6bfa1
commit
a18e46221a
10
.bashrc
10
.bashrc
|
@ -80,16 +80,6 @@ bind "\C-t":forward-search-history
|
||||||
for FILE in ~/.bash/auto_complete.d/*; do source ${FILE}; done
|
for FILE in ~/.bash/auto_complete.d/*; do source ${FILE}; done
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
|
||||||
# Create symlinks for Sublime Text (v3) config
|
|
||||||
#--------------------------------------------------------------------------------
|
|
||||||
SUBLIME3CONFDIR=~/"Library/Application Support/Sublime Text 3/Packages/User"
|
|
||||||
mkdir -p "${SUBLIME3CONFDIR}"
|
|
||||||
ln -fs ~/".sublime3/Preferences.sublime-settings" "${SUBLIME3CONFDIR}/Preferences.sublime-settings"
|
|
||||||
ln -fs ~/".sublime3/Package Control.sublime-settings" "${SUBLIME3CONFDIR}/Package Control.sublime-settings"
|
|
||||||
ln -fs "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin
|
|
||||||
#--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
# Run an SSH agent, if possible
|
# Run an SSH agent, if possible
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"bootstrapped": true,
|
|
||||||
"in_process_packages":
|
|
||||||
[
|
|
||||||
],
|
|
||||||
"installed_packages":
|
|
||||||
[
|
|
||||||
"CodeSearch",
|
|
||||||
"GitSavvy",
|
|
||||||
"Markdown Preview",
|
|
||||||
"Package Control",
|
|
||||||
"Pylinter",
|
|
||||||
"SideBarEnhancements",
|
|
||||||
"Theme - SoDaReloaded"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"ignored_packages":
|
|
||||||
[
|
|
||||||
],
|
|
||||||
"theme": "SoDaReloaded Dark.sublime-theme",
|
|
||||||
"vintage_ctrl_keys": true,
|
|
||||||
"vintage_start_in_command_mode": true,
|
|
||||||
"translate_tabs_to_spaces": true
|
|
||||||
}
|
|
Loading…
Reference in a new issue