lasse16 / dotfiles

These are my dotfiles, including a basic setup and disable script.
2 stars 0 forks source link

Adjust for Raspberry Pi #12

Closed lasse16 closed 3 years ago

lasse16 commented 3 years ago

I recently got hold of a Raspberry Pi and attempted to set it up as a home server.

It functions as a test of installing my dotfiles. There are several steps and improvements I found during installation. One is splitting up my .bashrc, another is feature-guarding my Vim plugins. Yet another, would be to modularize my installment processes.

I kept my ideas written down in notes_rpi_install.

REFERENCES USED: bash startup files https://www.baeldung.com/linux/bashrc-vs-bash-profile-vs-profile https://superuser.com/questions/789448/choosing-between-bashrc-profile-bash-profile-etc

posix parameter expansion https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html

lasse16 commented 3 years ago

WIP Before merging do: