https://github.com/imshvc/dotfiles
imshvc's dotfiles (Linux and Windows via MSYS2)
https://github.com/imshvc/dotfiles
dotfiles dotfiles-install dotfiles-installer dotfiles-linux dotfiles-msys2 dotfiles-resources dotfiles-windows
Last synced: 20 days ago
JSON representation
imshvc's dotfiles (Linux and Windows via MSYS2)
- Host: GitHub
- URL: https://github.com/imshvc/dotfiles
- Owner: imshvc
- Created: 2025-01-19T02:00:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-16T15:06:08.000Z (about 2 months ago)
- Last Synced: 2025-04-16T22:13:23.188Z (about 2 months ago)
- Topics: dotfiles, dotfiles-install, dotfiles-installer, dotfiles-linux, dotfiles-msys2, dotfiles-resources, dotfiles-windows
- Language: Shell
- Homepage: https://imshvc.github.io/dotfiles.html
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **imshvc's dotfiles (Linux and Windows via MSYS2)**
## Installation - Remote
> [!CAUTION]
> Destroys (_overwrites_) any existing files.**Regular user**
```text
/bin/bash -c "$(curl -fsSL imshvc.github.io/dotfiles)"
```**Root user**
```text
sudo /bin/bash -c "$(curl -fsSL imshvc.github.io/dotfiles)"
```## Installation - Local
1. Git clone the repository: `git clone https://github.com/imshvc/dotfiles --depth=1`
2. `cd dotfiles && chmod +x apply.sh && ./apply.sh`## MSYS2 (Windows)
> [!CAUTION]
> You must set your user an environment variable **HOME** pointing to your user directory:```text
HOME = C:\Users\Nurudin
```You must run: `C:\msys64\usr\bin\bash.exe --login`
```text
Nurudin@NURUDIN-PC MSYS ~
$ echo $HOME
/c/Users/Nurudin
```