Personal bash dotfiles for Linux. Symlinked to $HOME.
git clone git@github.com:loeffner/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shgit submodule update --init
./install.sh- Shell config (
.bashrc,.bash_aliases) - Git completion and aliases
- fzf, zoxide, tmux setup
- SSH agent management
| File | Purpose |
|---|---|
.bashrc |
Main config, sources other files |
.bash_aliases |
Aliases and functions |
.inputrc |
Readline config |
.tmux.conf |
Tmux with catppuccin |
.fzf.bash |
Fuzzy finder |