mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Merge branch 'main' of github.com:JaeUs3792/dotfiles
This commit is contained in:
19
.ssh/config
19
.ssh/config
@ -1,19 +0,0 @@
|
||||
###################################################################
|
||||
Host ju-server
|
||||
User root
|
||||
# NOTE : Do not commit for security
|
||||
Hostname 192.168.0.125
|
||||
Port 13792
|
||||
# ProxyCommand ssh -W %h:%p odroid
|
||||
Host github.com
|
||||
User git
|
||||
# ProxyCommand ssh -W %h:%p odroid
|
||||
###################################################################
|
||||
# Proxy Server
|
||||
Host odroid
|
||||
Hostname jaeus.net
|
||||
User jaeus
|
||||
Port 53792
|
||||
Host testbd
|
||||
User root
|
||||
Hostname 192.168.250.192
|
||||
19
scripts/update_od.sh
Normal file
19
scripts/update_od.sh
Normal file
@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# update my linux config
|
||||
cd ~/.dotfiles
|
||||
git pull
|
||||
|
||||
# update linux packages
|
||||
paru
|
||||
# update bitwarden
|
||||
cd ~/server/bitwarden_docker
|
||||
sudo docker-compose down
|
||||
sudo docker-compose pull
|
||||
sudo docker-compose up -d
|
||||
# wetty
|
||||
yarn global upgrade wetty
|
||||
# doom emacs upgrade
|
||||
~/.emacs.d/bin/doom upgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user