• 1 Post
  • 46 Comments
Joined 10 months ago
cake
Cake day: July 11th, 2024

help-circle
  • I had very constructive arguments about this with my grandma :

    • Can you fetch one the green tiles ?
    • What green tile ? You only have blue ones.
    • Goes to fetch it herself. See ? A tile, and it’s green.
    • But it’s clearly blue…
    • I don’t know what you mean, can’t you see that it’s green ?
    • I can see very clearly that it’s blue.
    • No this is green, this is blue, and the tile is closest to green.
    • It isn’t though, it’s definitely closest to blue.
    • A while later
    • This is pointless… Let’s just call it turquoise.
    • Turquoise it is.
    • The next time
    • Your new oven mittens are quite nice, the blue goes well in your kitchen.
    • They are green…
















  • Personally I put scripts in ~/.local/bin/scripts/ instead of just ~/.local/bin/ because I like to keep them separate from other binaries. To note: even though ~/.local/bin/ is in PATH, it’s subfolders are not, so if you do that you need to add the scripts subfolder to PATH if you want to run the scripts directly.

    Well actually my scripts are in mydotfilesrepo/home/.local/bin/scripts, and I use GNU Stow to symlink mydotfilesrepo/home to /home/myuser/ (same for mydotfilesrepo/etc/ and mydotfilesrepo/usr/ which are symlinked to /etc and /usr), but it’s the same result. Stow is pretty cool for centralizing your configs and scripts in one repo !

    I’ve never seen ~/bin before so I can’t comment on whether it’s a good idea.