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
  • 2 months ago
  • 4 hours ago
  • 2 months ago

Installs

  • Total 15
  • Win 11
  • Mac 1
  • Linux 3
May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 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
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 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

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.