Skip to content

Commit

Permalink
Merge branch 'main' of github.com:julianorchard/windonts
Browse files Browse the repository at this point in the history
  • Loading branch information
julianorchard committed May 25, 2024
2 parents 6e282ac + 51ada74 commit a17c296
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/README.md
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).

0 comments on commit a17c296

Please sign in to comment.