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
  • 1 month ago
  • 56 minutes ago
  • 1 month ago

Installs

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