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

Host​Settings

by Taffer ST4

Easy per-computer settings overrides. (Mirror)

Labels utilities

Details

  • 1.0.3
  • github.​com
  • 4 months ago
  • 4 hours ago
  • 4 months ago

Installs

  • Total 21
  • Win 12
  • Mac 2
  • Linux 7
Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29
Windows 0 1 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 3 0 0 0 0 0 0 0 0 1 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 1 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.