fdietz / dotfiles

Frederik Dietz dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fdietz dotfiles

These are config files to set up a system the way I like it.

Installation

Copy and paste the following line into your terminal:

curl https://raw.github.com/fdietz/dotfiles/master/install.sh -L -o - | sh

Or manually clone dotfiles and run the installer script:

git clone https://github.com/fdietz/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

Symlink dot files

./install.sh

MacOS

Use homebrew-bundle to install all packages

brew bundle

Use the MacOS script to configure the system:

./mac

Linux

./apt_install.sh

ASDF Version Manager

./asdf_install.sh

Credits

Lots of vim setup ideas taken from spf13-vim.

About

Frederik Dietz dotfiles

License:MIT License


Languages

Language:Shell 52.6%Language:Vim Script 45.2%Language:Ruby 2.2%