malte70 / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

About

This repository contains my dotfiles.

If you have ideas to extend them, just open an issue or fork them.

See also: dotfiles.github.com

Requirements

Especially the zsh configuration largely depends on the system and the applications installed. Currently, it is prooven to work without modifications on the following operating systems (and might work on many others, too):

  • macOS
  • GNU/Linux
    • ArchLinux
    • Raspbian/Debian
    • Ubuntu (tested on the most current LTS releases, inside KVM as well as on Windows Subsystem for Linux)
  • FreeBSD

Software requirements of zsh configuration

Additional software that has to be installed

  • Python
  • Vim or NeoVim (soft requirement using EDITOR variable)
  • Elinks (Also a soft requirement for the BROWSER variable)
  • My shell scripts repository malte70/scripts cloned to either ~/bin or ~/scripts (If ~/bin is already existing)

Initializing git submodules of vim plugins

The VIM plugins are Git Submodules, managed through Pathogen.vim. Run the following commands to sync these repositories:

git submodule init
git submodule sync
git submodule update

Links

About

My dotfiles

License:MIT License


Languages

Language:Vim Script 55.8%Language:Shell 40.5%Language:HTML 1.7%Language:CSS 0.9%Language:Python 0.6%Language:C 0.5%