ls -la .config/fish
#if the .config and fish folders don't exist
mkdir .config
mkdir .config/fish
# if the config.fish doesn't exist, use the touch command
# if the config.fish does exist, go to the nano command
touch .config/fish/config.fish
nano .config/fish/config.fish
