2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
Go to file
Steffen Rademacker 930c894b67 Updates
2019-03-18 11:48:17 +01:00
alfred Software updates 2017-10-31 23:17:57 +01:00
hammerspoon Better hammerspoon, fullsize-shortcut + less layouts 2017-08-24 16:38:29 +02:00
install Updates 2019-03-18 11:48:17 +01:00
karabiner More updates/fixes for mojave install 2018-11-12 11:02:54 +01:00
nvim Updates 2019-03-18 11:48:17 +01:00
office Remove hsv mail account 2019-01-21 15:56:18 +01:00
other Some fixes, order of mailboxes, using fira code now 2017-09-12 09:12:11 +02:00
zsh Updates 2019-03-18 11:48:17 +01: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 More minimal vim config, some more software for audio, colors 2017-11-02 11:37:09 +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.