amtoine / dotfiles

My personal archlinux config files.
GNU General Public License v3.0
21 stars 2 forks source link

some ideas and bugs (?) in `install.sh` #35

Open amtoine opened 1 year ago

amtoine commented 1 year ago

Related to #33.

when using the install.sh script to reinstall the goatfiles on my fresh ArchLinux system, i've notices some issues and ideas to improve the script and make the installation hopefully closer to perfection :relieved:

please tell me if you've encountered some of them or not :wink: also we should try them all in VMs before applying changes :+1:

the ideas and bugs

again, these points will have to be confirmed with your experience and further tests in VMs :yum:

amtoine commented 1 year ago

i can't remember any extra step i had to follow to fix my system, apart from other issues i've created today :yum:

amtoine commented 1 year ago

and do not forget to systemctl start and more importanlty systemctl enable the cronie service to have cron notifications :ok_hand: that is

systemctl start cronie  # for immediate use
systemctl enable cronie  # for later use
amtoine commented 1 year ago

and activate the bluetooth with

systemctl start bluetooth  # for immediate use
systemctl enable bluetooth  # for later use
amtoine commented 1 year ago

and also (finally?) install the cargo packages as we go? :yum:

nushell> cargo install (
  open pkgs.toml
  | get pkgs.rust.cargo.package
  | find -v "helix-term"
)

helix-term has to be installed from source and thus cannot be cargo installed :+1:

amtoine commented 1 year ago

i would also advocate the following: