Skip to content

Instantly share code, notes, and snippets.

View piRGoif's full-sized avatar

Pierre Goiffon piRGoif

View GitHub Profile
@piRGoif
piRGoif / starship.toml
Last active October 30, 2025 09:46
Starship configuration
"$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)\
@piRGoif
piRGoif / logid.cfg
Created September 12, 2025 18:09
My LogID config for MX Master 2 and 3
devices: (
{
// For the 3S, the name is changed to "MX Master 3S"
name: "Wireless Mouse MX Master 2S";
smartshift:
{
on: true;
threshold: 20;
};
hiresscroll:
@piRGoif
piRGoif / itop_PR96.xml
Created November 12, 2019 16:59
XML to reproduce bug in iTop PR #96
<?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>
# 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 ->