https://github.com/tecfu/dotfiles-windows
Configuration Files and Scripts for Windows 11+
https://github.com/tecfu/dotfiles-windows
Last synced: 5 months ago
JSON representation
Configuration Files and Scripts for Windows 11+
- Host: GitHub
- URL: https://github.com/tecfu/dotfiles-windows
- Owner: tecfu
- Created: 2023-08-01T10:22:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-08T18:34:25.000Z (12 months ago)
- Last Synced: 2025-08-08T20:43:02.593Z (12 months ago)
- Language: AutoHotkey
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration Files for Windows
## Installation
To install the configuration files (`.bashrc`, `.inputrc`, `alacritty.toml`) and `oh-my-bash`:
1. Open Git Bash in this repository's directory.
2. Run the installation script:
```bash
./INSTALL.sh
```
This script will:
- Backup your existing configuration files (appending `.bak`).
- Create symlinks to the files in this repository.
- Install [oh-my-bash](https://github.com/ohmybash/oh-my-bash) if it is not already installed.
## AutoHotkey
- Install AutoHotkey by downloading the [zip file from Github](https://github.com/AutoHotkey/AutoHotkey/releases), store version will likely blocked on corporate devices
- Run Script at Startup
```
Press Win + R
-> Type shell:startup
-> Right-click inside the Startup folder
-> New
-> Shortcut
-> Browse to your .ahk file -> Next -> Finish)
```