try out shared ssh config file
This commit is contained in:
parent
93ee554720
commit
983dc33dee
2 changed files with 16 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -6,13 +6,14 @@ clone:
|
|||
git clone https://github.com/osbm/wallpapers.git ~/Pictures/wallpapers
|
||||
|
||||
install-programs-pacman:
|
||||
sudo pacman -S tmux alacritty trash-cli git git-lfs spectacle unzip docker docker-compose pyenv
|
||||
sudo pacman -S tmux alacritty trash-cli git git-lfs spectacle unzip docker docker-compose pyenv libreoffice-still obsidian
|
||||
|
||||
link:
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.gitconfig ~/.gitconfig
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.config/alacritty/ ~/.config/alacritty
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.config/fish/ ~/.config/fish
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.config/tmux ~/.config/tmux
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.ssh/config ~/.ssh/config
|
||||
|
||||
install-tpm:
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||
|
|
|
|||
14
src/.ssh/config
Normal file
14
src/.ssh/config
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Host harmonica
|
||||
Hostname 192.168.1.16
|
||||
User osbm
|
||||
IdentityFile ~/.ssh/harmonica
|
||||
|
||||
Host ymir
|
||||
Hostname 192.168.1.17
|
||||
User osbm
|
||||
IdentityFile ~/.ssh/ymir
|
||||
|
||||
Host tartarus
|
||||
Hostname 192.168.1.13
|
||||
User osbm
|
||||
IdentityFile ~/.ssh/tartarus
|
||||
Loading…
Add table
Add a link
Reference in a new issue