2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
Go to file
2019-07-04 16:45:06 +02:00
hammerspoon Add shortcuts for 720p, 900p and 1080p screensize 2019-07-04 16:28:28 +02:00
install Remove self-control app, use screentime from now on 2019-07-04 16:45:06 +02:00
karabiner More updates/fixes for mojave install 2018-11-12 11:02:54 +01:00
nvim node vim + submodule updates 2019-05-08 15:06:50 +02:00
office Fix some mutt shortcuts / order 2019-03-27 16:03:38 +01:00
other Some fixes, order of mailboxes, using fira code now 2017-09-12 09:12:11 +02:00
zsh node vim + submodule updates 2019-05-08 15:06:50 +02:00
.gitignore Simplify gitignore 2018-05-19 13:18:00 +02:00
.gitmodules switched to hybrid theme for real 2016-08-19 11:26:10 +02:00
editorconfig More granular editorconfig, fixes trailing whitespace for mail 2017-03-19 13:30:37 +01:00
gitconfig Git aliases 2017-08-08 13:45:42 +02:00
gitignore re-add node_modules + bower_components to gitignore 2015-05-05 13:19:51 +02:00
README.md note on khd/kwm bug 2017-01-07 13:46:29 +01:00
ripgreprc Move to ripgrep, ditch silver searcher 2018-10-29 15:46:16 +01:00
tmux.conf Update tmux config to work with 2.9 2019-05-01 10:45:24 +02: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.