Remove Sublime Text 3 config, etc.

This commit is contained in:
Scott Wallace 2015-11-30 11:09:57 +00:00
parent cccca6bfa1
commit a18e46221a
3 changed files with 0 additions and 35 deletions

10
.bashrc
View file

@ -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
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------

View file

@ -1,16 +0,0 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"CodeSearch",
"GitSavvy",
"Markdown Preview",
"Package Control",
"Pylinter",
"SideBarEnhancements",
"Theme - SoDaReloaded"
]
}

View file

@ -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
}