ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Host​Settings

by Taffer ST4 New

Easy per-computer settings overrides. (Mirror)

Labels utilities

Details

  • 1.0.3
  • github.​com
  • 10 hours ago
  • 2 hours ago
  • 7 hours ago

Installs

  • Total 11
  • Win 10
  • Mac 0
  • Linux 1
Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

HostSettings for Sublime Text

Easy per-computer settings overrides for Sublime Text.

This Sublime Text plugin lets you tweak settings based on what computer you're currently using. HostSettings looks in the host-settings dictionary of your Preferences.sublime-settings file. If it finds a dictionary matching the current computer host name, it'll use the settings inside to override the existing settings.

For example, these host-specific settings tweak the font_size for computers with a host name of asteroid or moon:

"host-specific": {
        "asteroid": {
            "font_size": 12,
        },
        "moon": {
            "font_size": 10,
        },
    },

This is useful if you have computers with the same <platform> that need different settings. HostSettings adjusts the settings without changing the existing settings files (handy if you're keeping your settings in version control!).

License

This Sublime Text plugin is released under the Creative Commons CC-BY-NC 4.0.

If you use this to train an LLM, I hope your company burns down. LLMs generate derived works based on their training data, but ignore the licenses and copyrights of everything they ingest. That is incompatible with many of the open source licenses in “publicly-available” works such as this one.