2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-15 12:12:58 +00:00
Go to file
Steffen Rademacker f628053294 dein + cleanup
2016-12-26 13:00:55 +01:00
alfred more 2016-12-25 19:14:15 +01:00
doc ruby version 2.2 2015-01-29 11:35:54 +01:00
install dein + cleanup 2016-12-26 13:00:55 +01:00
kwm Fixes for iterm2 (using again) 2016-12-19 22:30:49 +01:00
nvim dein + cleanup 2016-12-26 13:00:55 +01:00
other Merge branch 'master' into nvim 2016-12-19 22:35:25 +01:00
zsh major refactoring/changes for nvim/dein/ale/fzf 2016-12-26 09:36:23 +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 Add csv to editorconfig (no trail space) + use appstore 1password 2016-09-01 16:51:29 +02:00
gemrc ruby-version, gemrc + rbenv 2016-09-30 19:04:29 +02:00
gitconfig major refactoring/changes for nvim/dein/ale/fzf 2016-12-26 09:36:23 +01:00
gitignore re-add node_modules + bower_components to gitignore 2015-05-05 13:19:51 +02:00
hyper.js Hyper v1.0 fixes 2016-12-19 22:29:01 +01:00
khdrc Ditch khdrc launcher mode (using alfred anyways) 2016-12-19 22:29:31 +01:00
README.md major refactoring/changes for nvim/dein/ale/fzf 2016-12-26 09:36:23 +01:00
ruby-version ruby-version, gemrc + rbenv 2016-09-30 19:04:29 +02:00
tmux.conf major refactoring/changes for nvim/dein/ale/fzf 2016-12-26 09:36:23 +01:00
zshrc 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

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.