forked from rhamilton/dotfiles
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4c4850c19 | |||
089f350fb1 | |||
3643648b15 | |||
95f3b974ab | |||
6df96a865b | |||
2f4b34b232 |
@@ -8,7 +8,6 @@ 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 @@
|
||||
# Isaac's Dotfiles
|
||||
# Ryan's Dotfiles
|
||||
|
||||
Minimal Bash dotfiles for SSH and remote environments.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
bash <(curl -sL https://tcit.tools/dotfiles_isaac)
|
||||
bash <(curl -sL https://tcit.tools/dotfiles_ryan)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
DOTFILES_REPO="https://gitea.portal.tulsacounty.org/ifoster/dotfiles"
|
||||
DOTFILES_REPO="https://gitea.portal.tulsacounty.org/rhamilton/dotfiles"
|
||||
DOTFILES_DIR="$HOME/.dotfiles"
|
||||
|
||||
declare -A FILES_TO_LINK=(
|
||||
|
Reference in New Issue
Block a user