https://github.com/dincertekin/dotfiles
My configuration files for every setup I own.
https://github.com/dincertekin/dotfiles
dotfiles privacy-protection vscode-configs vscode-settings windows-settings
Last synced: 3 months ago
JSON representation
My configuration files for every setup I own.
- Host: GitHub
- URL: https://github.com/dincertekin/dotfiles
- Owner: dincertekin
- Created: 2024-09-13T12:03:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T23:32:49.000Z (6 months ago)
- Last Synced: 2026-02-10T04:02:17.373Z (6 months ago)
- Topics: dotfiles, privacy-protection, vscode-configs, vscode-settings, windows-settings
- Language: PowerShell
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles


My personal configuration files for the apps and tools I use daily, tracked with Git to stay consistent across machines. Learn more about dotfiles on the [Arch Wiki](https://wiki.archlinux.org/title/Dotfiles).
## Contents
| Category | Config |
|---|---|
| OS | [Windows Settings](windows/) |
| Editor | [VS Code](.vscode/) |
| Editor | [Zed](zed/) |
## Installation
1. Clone the repository:
```bash
git clone https://github.com/dincertekin/dotfiles.git
cd dotfiles/
```
2. Run the auto-installer:
```powershell
./install.ps1
```
Or manually copy the config files from each folder to their target locations.
## Troubleshooting
If the install script fails, make sure PowerShell allows script execution:
```powershell
Set-ExecutionPolicy RemoteSigned
```
## License
MIT License — see [LICENSE](./LICENSE) for details.