You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e1c6ea711a
On Debian 11, opening a terminal with bash will run a bashrc file without the profile. The bashrc expects profile to be loaded, so it will load the profile. To avoid circular imports, .profile will set __PROFILE_LOADED__ and the bashrc file will load the .profile if that variable has not been set. After that check, bashrc will unset __PROFILE_LOADED__ as cleanup |
3 years ago | |
---|---|---|
base | 3 years ago | |
base-linux/.config | 4 years ago | |
base-osx/.config | 4 years ago | |
bat | 3 years ago | |
deno/.config/profile/env.d | 4 years ago | |
direnv | 3 years ago | |
fzf | 3 years ago | |
git/.config/git | 4 years ago | |
git-personal/.config/git | 4 years ago | |
go | 3 years ago | |
hellotech | 3 years ago | |
i3/.config | 4 years ago | |
install-scripts/.local/bin | 3 years ago | |
lf | 3 years ago | |
node | 3 years ago | |
old-scripts/.local/bin | 4 years ago | |
ripgrep | 3 years ago | |
rust/.config | 3 years ago | |
starship | 3 years ago | |
tmux | 3 years ago | |
vim/.config | 3 years ago | |
vim-fancy/.config/vim | 4 years ago | |
.gitignore | 6 years ago | |
README.md | 4 years ago |
README.md
dot-files
A collection of my configuration files and scripts.
To install, use the stow
package manager.
Each configuration directory is a package using stow
.
Usage
Usage of stow to install a dot file configs:
$ stow -t ~ [package]
# verbose flags
$ stow --target $HOME [package]