Configuration files and tools for my system.
Clone this repository to your home configuration folder.
git clone https://github.com/brunoldsilva/dotfiles.git "$HOME/.config/dotfiles"
Use the dotfiles.sh
script to install the required tools.
scripts/dotfiles.sh init
Use Tuckr to install the configuration files. You may have to reload the shell if you just installed Cargo with the dotfiles.sh
script.
# List configuration groups.
tuckr status
# Install a configuration group.
tuckr add --force shell
Use the dotfiles.sh
script to install additional tools.
cargo install --locked $(scripts/dotfiles.sh list cli)
This project is licensed under the MIT License.