Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.17 KB

⚫⚫⚫dotfiles⚫⚫⚫

laptop setup Wallpaper based on Low Poly Wolf by zelda-Freak91

How to use it

  1. 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
    
  2. Clone this repo:

    git clone --recursive https://github.com/gruberma/dotfiles.git $HOME/.dotfiles
    cd $HOME/.dotfiles
  3. Install GNU Stow:

    # On Arch Linux
    sudo pacman -S stow
  4. Uncomment the lines in install.sh of dotfiles you want to install

  5. Execute ./install.sh. Make sure that you run the script in the main dotfiles directory. I.e change directory to .dotfiles first.

Updating

To update the dotfiles pull this repo including its submodules.

git pull --recurse-submodules

Installing dependencies

./ubuntu_deps_install.sh

Install on Windows

vimrc location: ~\AppData\Local\nvim\init.vim