https://github.com/yak6/dotfiles
My configuration files for programs i regularly use
https://github.com/yak6/dotfiles
dotfiles linux macos unix
Last synced: 4 months ago
JSON representation
My configuration files for programs i regularly use
- Host: GitHub
- URL: https://github.com/yak6/dotfiles
- Owner: yak6
- Created: 2025-02-05T20:02:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:16:32.000Z (4 months ago)
- Last Synced: 2025-02-26T12:26:12.941Z (4 months ago)
- Topics: dotfiles, linux, macos, unix
- Language: Vim Script
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yak6's dotfiles
In this repository you can find configuration files for programs i regularly use on GNU/Linux systems and MacOS.You can also find some useful scripts in `.local/bin/`
- Configuration files for:
- zsh (shell)
- vim (text editor)
- i3wm (window manager)## Scripts
If you plan to use scripts from `.local/bin`, make them executables files by running on each script:
```bash
chmod +x
```Also don't forget to export this directory to `$PATH` in your shell rc:
```bash
export PATH="$HOME/.local/bin:$PATH"
```
If you have <b>[my zshrc](https://github.com/yak6/dotfiles/blob/main/.zshrc)</b>, you don't need to do it.