Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jørn Åne de Jong
dotfiles
Commits
b8b16157
Commit
b8b16157
authored
Jul 25, 2016
by
Jørn Åne
Committed by
Jørn Åne
Nov 09, 2017
Browse files
Add make diff to check integrity of home directory.
parent
3fbd2cfa
Changes
6
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
b8b16157
...
...
@@ -3,9 +3,16 @@ prefix=~
dotfiles
:
install
:
dotfiles
install
-m
0644 tcshrc
$(prefix)
/.tcshrc
install
-m
0644 bash_profile
$(prefix)
/.bash_profile
install
-m
0644 bashrc
$(prefix)
/.bashrc
install
-m
0644 zshenv
$(prefix)
/.zshenv
install
-m
0644
dot.
tcshrc
$(prefix)
/.tcshrc
install
-m
0644
dot.
bash_profile
$(prefix)
/.bash_profile
install
-m
0644
dot.
bashrc
$(prefix)
/.bashrc
install
-m
0644
dot.
zshenv
$(prefix)
/.zshenv
mkdir
-p
$(prefix)
/.config/fish
install
-m
0644 config/fish/config.fish
$(prefix)
/.config/fish/config.fish
install
-m
0644 dot.config/fish/config.fish
$(prefix)
/.config/fish/config.fish
diff
:
diff dot.tcshrc
$(prefix)
/.tcshrc 2>/dev/null
diff dot.bash_profile
$(prefix)
/.bash_profile 2>/dev/null
diff dot.bashrc
$(prefix)
/.bashrc 2>/dev/null
diff dot.zshenv
$(prefix)
/.zshenv 2>/dev/null
diff dot.config/fish/config.fish
$(prefix)
/.config/fish/config.fish 2>/dev/null
bash_profile
→
dot.
bash_profile
View file @
b8b16157
File moved
bashrc
→
dot.
bashrc
View file @
b8b16157
File moved
config/fish/config.fish
→
dot.
config/fish/config.fish
View file @
b8b16157
File moved
tcshrc
→
dot.
tcshrc
View file @
b8b16157
File moved
zshenv
→
dot.
zshenv
View file @
b8b16157
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment