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 dc='docker compose'
|
||||
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."'
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
# Ryan's Dotfiles
|
||||
# Isaac's Dotfiles
|
||||
|
||||
Minimal Bash dotfiles for SSH and remote environments.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
bash <(curl -sL https://tcit.tools/dotfiles_ryan)
|
||||
bash <(curl -sL https://tcit.tools/dotfiles_isaac)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
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"
|
||||
|
||||
declare -A FILES_TO_LINK=(
|
||||
|
Reference in New Issue
Block a user