diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index 63e5d95..140425f 100644 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -5,8 +5,8 @@ echo "Beginning install script for ntnsndr Arch environment" # First, some basic utilities MAKE ARCH-COMPATIBLE sudo apt-get -y install xdg-open +sudo apt-get install nodejs # TO DO git -# TO DO npm # Ensure .bash_aliases works, not default on Arch cat > ~/.bashrc << EOF diff --git a/README.md b/README.md index fa5a0c8..9414ab2 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ [https://gitlab.com/ntnsndr/dotfiles/](https://gitlab.com/ntnsndr/dotfiles/) -This is a set of tools to facilitate rapid switching among Linux-based operating systems. \ No newline at end of file +This is a set of tools to facilitate rapid switching among Linux-based operating systems. They should be added to the home directory. Start by executing: + + .scripts/install-arch.sh + +or + + .scripts/install-deb.sh