문제

I'd like to know, if there is any problem when I set my .bash_profile or other configs such as .irssi or .slate as symbolic links. The thing is, I would like to git all my configs and scripts in /usr/local/bin(I'm on OS X), so that I have version control and a backup for them. This way, I can also use them on other machines.

I was just wondering whether anything could break, if I'm doing that.

도움이 되었습니까?

해결책

Yes as long as the symlinks are valid and the user has proper permissions to read those locations, you should not have any problem.

다른 팁

Nothing breaks, that's exactly how people put their dotfiles under version control

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top