update path, comment format, add java, firebase
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# 1. ssh key exists
|
||||
# ssh key exists
|
||||
ssh_target="$HOME/.ssh"
|
||||
ssh_key="$ssh_target/id_rsa"
|
||||
ssh_pub="$ssh_key.pub"
|
||||
@@ -10,7 +10,7 @@ if [ ! -f "$ssh_key" ]; then
|
||||
fi
|
||||
echo "ssh key exists"
|
||||
|
||||
# 2. ssh dotfiles are symlinked
|
||||
# ssh dotfiles are symlinked
|
||||
ssh_source="$dotfiles_dir/ssh"
|
||||
link_folder "$ssh_source" "$ssh_target"
|
||||
echo "ssh dotfiles are symlinked"
|
||||
|
||||
Reference in New Issue
Block a user