My personal dotfile setup.
The dotfiles are stored within packages to be unpacked by stow
.
# Install `stow`.
sudo apt install stow
# Check out the repo.
git clone [email protected]:U-DON/.dotfiles.git ~/.dotfiles
# Go to the cloned directory, where all the packages live.
cd ~/.dotfiles
# Start unpacking the packages.
stow zsh
stow vim
stow neovim
stow git
https://github.com/ohmyzsh/ohmyzsh
sudo apt install zsh
https://github.com/romkatv/powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
https://github.com/neovim/neovim
sudo apt install neovim
https://github.com/asdf-vm/asdf https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
https://github.com/BurntSushi/ripgrep
sudo apt install ripgrep
https://github.com/scmbreeze/scm_breeze
git clone git://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze
~/.scm_breeze/install.sh