2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-15 12:12:58 +00:00
Go to file
2020-01-20 14:32:31 +01:00
hammerspoon Tmux3, lot's of cleanup 2019-12-01 11:38:56 +01:00
install No global linters anymore 2020-01-08 14:27:49 +01:00
karabiner Cleanup, updates 2020-01-07 22:05:52 +01:00
nvim No global linters anymore 2020-01-08 14:27:49 +01:00
office Mutt conf 2020-01-07 22:10:12 +01:00
other Cleanup, updates 2020-01-07 22:05:52 +01:00
zsh Cleanup, updates 2020-01-07 22:05:52 +01:00
.gitignore Add karabiner backup folder to gitignore 2020-01-20 14:32:31 +01: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 Cleanup, updates 2020-01-07 22:05:52 +01:00
ripgreprc Move to ripgrep, ditch silver searcher 2018-10-29 15:46:16 +01:00
tmux.conf Tmux3, lot's of cleanup 2019-12-01 11:38:56 +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

Additional stuff

There are additional installation script for commonly used CLI-tools and software (mainly macOS specific) and config for mutt/neovim, see the folders install/, alfred/ and other/.