Skip to content
forked from woefe/dotfiles

My .dotfiles - managed with GNU Stow

License

Notifications You must be signed in to change notification settings

gruberma/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚫⚫⚫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

About

My .dotfiles - managed with GNU Stow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 49.4%
  • Shell 36.9%
  • Python 11.8%
  • Other 1.9%