mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
feat: added keychain for linux/wsl
This commit is contained in:
@@ -46,7 +46,7 @@ if [ "$system_type" = "Linux" ]; then
|
||||
# Install apt stuff
|
||||
sudo apt update -y
|
||||
sudo apt upgrade -y
|
||||
sudo apt install -y zsh software-properties-common python-dev python3-dev python3-pip urlview apt-transport-https
|
||||
sudo apt install -y zsh software-properties-common python-dev python3-dev python3-pip urlview apt-transport-https keychain
|
||||
|
||||
# Install node if necessary
|
||||
if ! command -v node >/dev/null 2>&1; then
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
keychain.zsh##os.WSL
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/keychain -q --nogui $HOME/.ssh/id_rsa
|
||||
source $HOME/.keychain/$HOST-sh
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
keychain.zsh##os.Linux
|
||||
Reference in New Issue
Block a user