This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| [](color_orange)\ | |
| $os\ | |
| $shell\ | |
| $username\ | |
| [](bg:color_yellow fg:color_orange)\ | |
| $directory\ | |
| [](fg:color_yellow bg:color_aqua)\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| devices: ( | |
| { | |
| // For the 3S, the name is changed to "MX Master 3S" | |
| name: "Wireless Mouse MX Master 2S"; | |
| smartshift: | |
| { | |
| on: true; | |
| threshold: 20; | |
| }; | |
| hiresscroll: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.5"> | |
| <classes> | |
| <class id="Contact" _created_in="itop-config-mgmt" _delta="must_exist"> | |
| <fields> | |
| <field id="contact_tags" xsi:type="AttributeTagSet" _delta="define"> | |
| <sql>contact_tags</sql> | |
| <is_null_allowed>true</is_null_allowed> | |
| <tracking_level>all</tracking_level> | |
| <max_items>12</max_items> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |