diff --git a/config.fish b/config.fish new file mode 100644 index 0000000..e69de29 diff --git a/initial_setup.sh b/initial_setup.sh new file mode 100644 index 0000000..b5010a3 --- /dev/null +++ b/initial_setup.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# Install some programs +sudo apt-get update +sudo apt-get install nala --force-yes +# Switch to nala +sudo nala install exa fish --force-yes + +# Get some custom configs +wget https://code.strandbo.org/zxczc/zxczxc/zx_customconfig.fish + +# Move them about +/bin/cp -f zx_customconfig.fish /etc/profile.d/02-zx_customaliases.sh +sed -e '1,3d' < /etc/profile.d/02-zx_customaliases.sh +/bin/mv -f zx_customconfig.fish /etc/fish/conf.d/ + +# Show full path in prompt +set -U fish_prompt_pwd_dir_length 0 \ No newline at end of file