my shell profile & settings
This repository has been archived on 2026年02月21日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Nix 73.3%
- Shell 26.7%
| configs | odin | |
| scripts | Update home.nix | |
| .gitignore | psqlrc | |
| .profile-fzf-completion.sh | Add files via upload | |
| .profile-fzf-key-bindings.sh | Add files via upload | |
| .profile-git-prompt.sh | Update .profile-git-prompt.sh | |
| .profile.sh | scripts path | |
| .psqlrc | psqlrc | |
| README.md | readme url | |
shell profile
cd ~
echo '[ -f "$HOME/me/.profile.sh" ] && source "$HOME/me/.profile.sh"' >> ~/.bashrc
git clone https://codeberg.org/kevinfiol/shell.git "$HOME/me"
touch "$HOME/me/.env.sh" && touch "$HOME/me/.profile-work.sh"