-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:julianorchard/windonts
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Windows Configuration Files | ||
|
||
These used to live alongside my main | ||
[Dotfiles](https://github.com/julianorchard/dotfiles), but I don't use Windows | ||
enough to need them in there anymore. | ||
|
||
## Scripts | ||
|
||
Some of the scripts have descriptions and some of those descriptions are listed | ||
below: | ||
|
||
### cmdrc.bat <sup>[file](/.bin/cmdrc.bat)</sup> | ||
|
||
This is a method of having a custom prompt in CMD. It's opened by AutoHotkey (see ahk/general.ahk for more information). | ||
|
||
### commit.ps1 <sup>[file](/.bin/commit.ps1)</sup> | ||
|
||
Should be thought of as a temporary tool until used to doing it by default! Reminder text from this Gist: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716 | ||
|
||
### config.bat <sup>[file](/.bin/config.bat)</sup> | ||
|
||
The command used to manage the bare repo: ```cmd git --git-dir=%HOME%/.dotfiles/ --work-tree=%HOME% ``` ... for use in the Windows CMD. | ||
|
||
### drives.bat <sup>[file](/.bin/drives.bat)</sup> | ||
|
||
Add shortcuts to available drives. | ||
|
||
### ll.bat <sup>[file](/.bin/ll.bat)</sup> | ||
|
||
`dir` isn't it my muscle memory at all. | ||
|
||
### refreshprompt.bat <sup>[file](/.bin/refreshprompt.bat)</sup> | ||
|
||
The main use case for this being whenever we change Git profiles. This isn't something I do as often as I used to. | ||
|
||
### shortcuts.bat <sup>[file](/.bin/shortcuts.bat)</sup> | ||
|
||
Use this script to create a shortcut to the current folder you're in. I've found this especially useful for CMD navigation. | ||
|
||
## License | ||
|
||
[MTI](/LICENSE). |