its not 2016 anymore

This commit is contained in:
Frieder Schlesier 2017-01-19 23:18:52 +01:00
parent c9f0f517a3
commit a511f9202b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 Frieder Schlesier Copyright (c) 2017 Frieder Schlesier
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -6,6 +6,7 @@ default: install
install: all install: all
# TODO: remove i3 config from default setup. we don't need this on servers
dotfiles: dotfiles:
# add aliases for dotfiles # add aliases for dotfiles
for file in $(shell find $(CURDIR) -name ".*" -not -name ".gitignore" -not -name ".git" -not -name ".*.swp"); do \ for file in $(shell find $(CURDIR) -name ".*" -not -name ".gitignore" -not -name ".git" -not -name ".*.swp"); do \