Dotfiles, a big mistake - Old school stuff

Users browsing this thread: 1 Guest(s)
budRich
Long time nixers
agree. dotfiles are stupid. I think it should be possible to set some kind of hidden flag, but it should ofc not be enabled on normal configuration files and very much not by prefixing the filename with a . .

I do something like this:
Code:
ln -s ~/.config ~/dot
ln -s ~/git/dots/i3/config ~/.config/i3/config

I usually have show hidden files turned off in my filemanager. I wish ~ would be /usr/bud , and i wish ~/etc (/usr/bud/etc) would merge with /etc and all configuration files and probably also example files and "extra" documentation could be stored in /etc . And to those who say "this can never be fixed". I know some old "master" branches and "blacklists" who disagree.


Messages In This Thread
Dotfiles, a big mistake - by jkl - 09-07-2020, 02:41 AM
RE: Dotfiles, a big mistake - by venam - 09-07-2020, 03:24 AM
RE: Dotfiles, a big mistake - by jkl - 09-07-2020, 05:35 AM
RE: Dotfiles, a big mistake - by acg - 09-07-2020, 11:57 AM
RE: Dotfiles, a big mistake - by venam - 09-07-2020, 01:05 PM
RE: Dotfiles, a big mistake - by jkl - 09-07-2020, 02:28 PM
RE: Dotfiles, a big mistake - by budRich - 10-07-2020, 02:24 PM
RE: Dotfiles, a big mistake - by jkl - 12-07-2020, 05:52 AM
RE: Dotfiles, a big mistake - by z3bra - 14-07-2020, 07:46 AM