clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add linux root configs

sspaeti cbc1eae4 799ca4f6

+12
+3
README.md
··· 81 81 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 82 82 ``` 83 83 84 + ## Root files 85 + There are some root files not handled with Stow. These are just keep in my dots as reference and are manually kept up to date. see [linux_root](linux_root/README.md). 86 + 84 87 ## Copy files over 85 88 86 89 ### Allow ssh on old Linux computer
+2
linux_root/README.md
··· 1 + 2 + files here are not created or symlinked with Stow. These are in the folder root e.g. `/etc/systemd/logind.conf.d/lid.conf`, that's why we just keep them here as a reference.
+4
linux_root/etc/systemd/logind.conf.d/lid.conf
··· 1 + [Login] 2 + HandleLidSwitch=ignore 3 + HandleLidSwitchExternalPower=ignore 4 + HandleLidSwitchDocked=ignore
+3
linux_root/etc/systemd/sleep.conf.d/hibernate.conf/hibernate.conf
··· 1 + [Sleep] 2 + HibernateDelaySec=90min 3 + HibernateOnACPower=no