Last active
November 6, 2020 03:17
-
-
Save joallard/6ba338690a40c611c8649dd468f7bd73 to your computer and use it in GitHub Desktop.
This file contains 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
cask "cf-keylayout" do | |
version :latest | |
sha256 :no_check | |
homepage "https://github.com/ergosteur/cf-keylayout" | |
url "https://github.com/ergosteur/cf-keylayout/archive/master.zip" | |
name "Clavier Français (Canada)" | |
desc "" | |
artifact "cf-keylayout-master/cf.keylayout", target: "#{ENV["HOME"]}/Library/Keyboard Layouts/cf.keylayout" | |
artifact "cf-keylayout-master/cf.icns", target: "#{ENV["HOME"]}/Library/Keyboard Layouts/cf.icns" | |
postflight do | |
# system "touch", "#{ENV["HOME"]}/Library/Keyboard Layouts" | |
end | |
caveats <<~str | |
Pour rendre le clavier disponible dans vos claviers, ouvrez les réglages du | |
clavier: | |
open /System/Library/PreferencePanes/Keyboard.prefPane | |
Cliquez sur '+', et trouvez le clavier dans la section **Autres**/**Others** | |
(et non *Français*). | |
str | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment