How to install dotfiles on Linux systems
q
, as Dotfiles will handle the configuration for you. If you want to proceed with the initial configuration, you can follow the prompts.
Example output when you first log in:
atuin
is a command-line tool for managing your shell history.direnv
allows you to set up environment variables per directory.eza
is a modern replacement for ls
.pyenv
helps manage multiple Python versions.~/.gitconfig.local
with your user information. This file is used for user-specific settings that should not be shared across machines. All other Git options are found in the main Dotfiles Git config, ~/.config/dotfiles/git/.gitconfig
.
~/.ssh/allowed_signers
with your SSH public key to sign commits.
~/.config/dotfiles
directory.
.zshenv
file in your home directory that sources the main configuration file. This loads Dotfiles every time you start a new Zsh session.
~/.gitconfig
to ~/.config/dotfiles/git/.gitconfig
github.com
. If you are, type yes
to continue. Cloning Antidote and the plugins may take a few minutes, depending on your internet connection.
Next, restart your terminal again to load the new configuration. You should see the multi-line PowerLevel10k prompt with your current working directory on the first line and a $
prompt on the second line.