its not 2016 anymore
This commit is contained in:
parent
c9f0f517a3
commit
a511f9202b
|
@ -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
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue