Repository for my dotfiles, contains configurations for:
- zsh + p10k
- nvim
- git
Steps to install dotfiles on a new machine.
Basic ubuntu container or VM setup.
apt update
apt install -y software-properties-common
add-apt-repository -y ppa:neovim-ppa/unstable
apt update
apt install -y tmux git zsh stow curl neovim gcc
git clone https://github.com/acastle/dotfiles.git --recurse-submodules ~/.dotfiles && \
pushd ~/.dotfiles && \
./install.sh && \
popd
zsh