Skip to content

A collection of my dotfiles. Lot's of Vim stuff in here.

Notifications You must be signed in to change notification settings

SchuellerSe/dotfiles

 
 

Repository files navigation

My dotfiles

This is a collection of my dotfiles.

Installation

git clone git://github.com/webgefrickel/dotfiles ~/dotfiles
cd ~/dotfiles
./install/_install.sh

If you are having problems with khd/kwm, run this command and reboot:

sudo launchctl config user path $PATH

This will add your path variable for all services and fixes an issue where khd could not find the kwmc executable.

Now change the file .gitconfig.user in your home-folder and provide your git credentials, such as:

[user]
  name = Your name
  email = [email protected]
[github]
  user = username
  token = 1235687641287364

Finally restart your terminal and vim again, and you are ready to go.

Additional stuff

There are additional installation script for commonly used CLI-tools and software (mainly macOS specific) and some color schemes for different terminal emulators, see the folders install/, alfred/ and other/.

Vim

I use neovim as a default, with some selected plugins. Those plugins are managed with dein, see nvim/bundles.vim.

About

A collection of my dotfiles. Lot's of Vim stuff in here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 40.3%
  • Lua 32.6%
  • Vim Script 27.1%