2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-11 07:10:40 +00:00
Go to file
2017-03-19 13:31:24 +01:00
alfred spotify workflow + keybindings 2017-01-12 17:31:34 +01:00
doc ruby version 2.2 2015-01-29 11:35:54 +01:00
install Update to node 6.10.0 2017-03-19 13:31:24 +01:00
kwm remove cleanmymac, not used anymore anyways 2017-01-30 17:58:26 +01:00
nvim Autocommands for writing emails, jk as escape 2017-03-10 14:21:30 +01:00
other Icon for neovim automator app 2017-01-08 11:18:25 +01:00
zsh Switch back to ruby 2.3.1 2017-03-06 17:37:11 +01:00
.gitignore major refactoring/changes for nvim/dein/ale/fzf 2016-12-26 09:36:23 +01:00
.gitmodules switched to hybrid theme for real 2016-08-19 11:26:10 +02:00
agignore Remove vendor-folder from agignore 2016-12-19 22:27:37 +01:00
editorconfig More granular editorconfig, fixes trailing whitespace for mail 2017-03-19 13:30:37 +01:00
gemrc ruby-version, gemrc + rbenv 2016-09-30 19:04:29 +02:00
gitconfig fix gitconfig, just use default /usr/local/bin/nvim 2017-01-24 16:58:30 +01:00
gitignore re-add node_modules + bower_components to gitignore 2015-05-05 13:19:51 +02:00
hyper.js Use own plugin for hyper theming 2017-01-08 12:03:00 +01:00
khdrc spotify workflow + keybindings 2017-01-12 17:31:34 +01:00
README.md note on khd/kwm bug 2017-01-07 13:46:29 +01:00
tmux.conf major refactoring/changes for nvim/dein/ale/fzf 2016-12-26 09:36:23 +01:00

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 = youremail@domain.de
[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.