mbadolato / iTerm2-Color-Schemes

Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
http://www.iterm2colorschemes.com
Other
24.41k stars 6.41k forks source link

Make shell scripts executable #405

Closed alexeyten closed 1 year ago

alexeyten commented 1 year ago

dynamic-colors and pantheonterminal themes are actually shell scripts and therefore should have executable bit set.

Using simple heuristic — if template starts with shebang (#!) then make it executable.

mbadolato commented 1 year ago

THank you!