File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ The installation process in the Makefile is tested on every push and every week
64
64
65
65
## Post-Installation
66
66
67
- - ` dotfiles dock` (set [ Dock items] ( ./macos/dock.sh ) )
68
- - ` dotfiles macos` (set [ macOS defaults] ( ./macos/defaults.sh ) )
67
+ - ` dot dock` (set [ Dock items] ( ./macos/dock.sh ) )
68
+ - ` dot macos` (set [ macOS defaults] ( ./macos/defaults.sh ) )
69
69
- Mackup
70
70
- Log in to Dropbox (and wait until synced)
71
71
- ` ln -s ~/.config/mackup/.mackup.cfg ~ ` (until [ #632 ] ( https://github.com/lra/mackup/pull/632 ) is fixed)
@@ -74,8 +74,8 @@ The installation process in the Makefile is tested on every push and every week
74
74
## The ` dotfiles ` command
75
75
76
76
``` bash
77
- $ dotfiles help
78
- Usage: dotfiles < command>
77
+ $ dot help
78
+ Usage: dot < command>
79
79
80
80
Commands:
81
81
clean Clean up caches (brew, npm, gem, rvm)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sub_help () {
8
8
echo " Usage: $BIN_NAME <command>"
9
9
echo
10
10
echo " Commands:"
11
- echo " clean Clean up caches (brew, nvm, gem)"
11
+ echo " clean Clean up caches (brew, gem)"
12
12
echo " dock Apply macOS Dock settings"
13
13
echo " edit Open dotfiles in IDE ($DOTFILES_IDE ) and Git GUI ($DOTFILES_GIT_GUI )"
14
14
echo " help This help message"
@@ -40,7 +40,6 @@ sub_update () {
40
40
sub_clean () {
41
41
brew cleanup
42
42
gem cleanup
43
- . " $NVM_DIR /nvm.sh" ; nvm cache clear
44
43
}
45
44
46
45
sub_macos () {
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bats
2
2
3
- @test " dotfiles " {
4
- run dotfiles
3
+ @test " dot " {
4
+ run dot
5
5
[[ $output =~ " Usage" ]]
6
6
}
7
7
You can’t perform that action at this time.
0 commit comments