Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
b11311345f | |||
00349b27fb | |||
096d86b9f9 | |||
4c8b325e50 | |||
0ca249256b |
@@ -8,6 +8,7 @@ alias grep='grep --color=auto'
|
|||||||
alias d='docker'
|
alias d='docker'
|
||||||
alias dc='docker compose'
|
alias dc='docker compose'
|
||||||
alias dotpull='echo "🔄 Updating dotfiles..." && git -C ~/.dotfiles pull && echo "✅ Done."'
|
alias dotpull='echo "🔄 Updating dotfiles..." && git -C ~/.dotfiles pull && echo "✅ Done."'
|
||||||
|
alias randpass='openssl rand -base64 16'
|
||||||
|
|
||||||
alias reloadbash='source ~/.bashrc && echo "Bash config reloaded."'
|
alias reloadbash='source ~/.bashrc && echo "Bash config reloaded."'
|
||||||
|
|
||||||
@@ -21,3 +22,7 @@ linkdocker() {
|
|||||||
|
|
||||||
alias install_tailscale='curl -fsSL https://tailscale.com/install.sh | sh'
|
alias install_tailscale='curl -fsSL https://tailscale.com/install.sh | sh'
|
||||||
alias hs_connect='sudo tailscale up --login-server https://headscale.portal.tulsacounty.org --accept-routes'
|
alias hs_connect='sudo tailscale up --login-server https://headscale.portal.tulsacounty.org --accept-routes'
|
||||||
|
|
||||||
|
alias dps='docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Image}}\t{{.Status}}"'
|
||||||
|
alias fzfdlogs='docker logs $(docker ps --format "{{.Names}}" | fzf)'
|
||||||
|
alias fzfdrestart='docker restart $(docker ps --format "{{.Names}}" | fzf)'
|
@@ -1,8 +1,8 @@
|
|||||||
# Ryan's Dotfiles
|
# Isaac's Dotfiles
|
||||||
|
|
||||||
Minimal Bash dotfiles for SSH and remote environments.
|
Minimal Bash dotfiles for SSH and remote environments.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -sL https://portal.tulsacounty.org/dotfiles_ryan)
|
bash <(curl -sL https://tcit.tools/dotfiles_isaac)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
DOTFILES_REPO="https://gitea.portal.tulsacounty.org/rhamilton/dotfiles"
|
DOTFILES_REPO="https://gitea.portal.tulsacounty.org/ifoster/dotfiles"
|
||||||
DOTFILES_DIR="$HOME/.dotfiles"
|
DOTFILES_DIR="$HOME/.dotfiles"
|
||||||
|
|
||||||
declare -A FILES_TO_LINK=(
|
declare -A FILES_TO_LINK=(
|
||||||
|
Reference in New Issue
Block a user