- Clone to
~/dotfiles
:git clone --bare https://github.com/puttehi/dotfiles $HOME/dotfiles
- Afterwards substitute
git
with:git --git-dir=$HOME/dotfiles --work-tree=$HOME' <any normal git command>
.bashrc
should already have this set as an alias:alias dotgit='/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME'
Install the NerdFont (LICENSE) in your system, and change it in the terminal emulator (.local/share/fonts/FiraMonoNerdFontMono-Medium.ttf
).
If you have not installed most of the tools yet, you might want to run ~/install-basic-tools.sh
before you re-source the .bashrc to get at least most of the tools it expects.
Most troublesome ones might be zoxide
(super cd
), and oh-my-posh
(prompt).
echo dotfiles >> $HOME/.gitignore
Update .gitconfig
to use a different editor.