iamtodor

Results 84 comments of iamtodor

The solution is to change this line https://github.com/powerline/fonts/blob/master/install.sh#L11 `font_dir="$HOME/Library/Fonts"` -> `font_dir="/Library/Fonts"`

just add pic from https://discord.com/channels/900656563805642753/900658642750173234/929204536525082744 for further discussion ![image](https://user-images.githubusercontent.com/12586108/148660869-2c7edecf-f6dd-4f96-a00d-3226788ff49a.png)

@lgvalle @MarijanGazica the same happened with me. I have set animation via program way, setup flag `true

@FPavlovskiy it was implemented already. Please, take a look at https://github.com/Arriven/db1000n/issues/116

relates to https://github.com/Arriven/db1000n/issues/54

Hello @Pierre-Sassoulas Any updates on this issue? We are really missing Github actions for pylint

+1 for this feature. I tried to keep `karabiner.json` in dotfiles repo and met the same logic: once I modify any keybind karabiner overwrites the `karabiner.json` instead of modifying symlink

@teddywing thank you for sharing your findings! In `.config/karabiner` a few dirs: ``` exa ~/.config/karabiner Permissions Size User Date Modified Name drwx------ - user 18 Jul 11:57 assets/ drwx------ -...

@teddywing > As far as I know, only “karabiner.json” is needed to save your configuration. That’s the only file I track from `~/.config/karabiner` in my dotfiles and I gitignore the...