Wallpaper based on Low Poly Wolf by zelda-Freak91
-
Setup git identity. Create a file
$HOME/.gitconfig
with the following content. (this cannot not be part of the dotfiles, otherwise pulling changes is cumbersome)[user] email = EMAIL name = NAME
-
Clone this repo:
git clone --recursive https://github.com/gruberma/dotfiles.git $HOME/.dotfiles cd $HOME/.dotfiles
-
Install GNU Stow:
# On Arch Linux sudo pacman -S stow
-
Uncomment the lines in
install.sh
of dotfiles you want to install -
Execute
./install.sh
. Make sure that you run the script in the main dotfiles directory. I.e change directory to.dotfiles
first.
To update the dotfiles pull this repo including its submodules.
git pull --recurse-submodules
./ubuntu_deps_install.sh
vimrc location: ~\AppData\Local\nvim\init.vim