1
0
forked from extern/nix-config

meta: Add executable bit to bspwmrc and other scripts

After a considerable amount of research, I finally understand how to use
chmod and what file permissions in linux actually mean.

It turns out that git can commit both regular files (644 permission) and
executable files (755 permission). This is great since changing file
permissions manually after a git clone is no longer needed.

This useful feature is enabled by default, however, it seems like I
disabled it a long time ago. If this is you, simply re-enable it by
setting `filemode` to true in your .git/config.
This commit is contained in:
Donovan Glover 2018-11-01 20:15:46 -04:00
parent 3ebc47ca28
commit b2c252d82a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
7 changed files with 0 additions and 0 deletions

0
bspwm/.config/bspwm/bspwmrc Normal file → Executable file
View File

0
bspwm/.config/feh/tile.sh Normal file → Executable file
View File

0
bspwm/.config/polybar/launch.sh Normal file → Executable file
View File

0
bspwm/.config/sxhkd/dropdown.sh Normal file → Executable file
View File

0
bspwm/.config/sxhkd/screenshot.sh Normal file → Executable file
View File

0
bspwm/.config/wal/done.sh Normal file → Executable file
View File

0
plasma/.config/autostart-scripts/wal.sh Normal file → Executable file
View File