Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Docs: Add .minttyrc to symlink section
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Sep 14, 2022
1 parent 63961ef commit cc9a5f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ degit Hdoc1509/git-bash-config

Be sure to run commands as administrator or that your session has the necessary permissions.

In UNIX and Windows via `git-bash`:
In UNIX via integrated terminal and Windows via `git-bash`:

```sh
ln -s ~/.config/git-bash/.basrc ~/.bashrc
ln -s ~/.config/git-bash/.bash_profile ~/.bash_profile
ln -s ~/.config/git-bash/.minttyrc ~/.minttyrc
```

In Windows via `cmd` or `powershell`:

```sh
mklink C:\Users\your_user\.bashrc C:\Users\your_user\.config\git-bash\.bashrc
mklink C:\Users\your_user\.bash_profile C:\Users\your_user\.config\git-bash\.bash_profile
mklink C:\Users\your_user\.minttyrc C:\Users\your_user\.config\git-bash\.minttyrc
```

## Usage
Expand Down

0 comments on commit cc9a5f8

Please sign in to comment.