https://github.com/yak6/dotfiles
Config files for unix-like operating systems
https://github.com/yak6/dotfiles
dotfiles linux macos unix unix-like
Last synced: about 2 months ago
JSON representation
Config files for unix-like operating systems
- Host: GitHub
- URL: https://github.com/yak6/dotfiles
- Owner: yak6
- Created: 2025-02-05T20:02:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T22:26:40.000Z (10 months ago)
- Last Synced: 2025-11-30T14:36:29.903Z (7 months ago)
- Topics: dotfiles, linux, macos, unix, unix-like
- Language: Lua
- Homepage:
- Size: 2.49 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 Unix like operating systems.
- Configuration files for:
- zsh (shell)
- neovim (text editor)
- vim (text editor)
- i3wm (window manager)
- lf (terminal file manager)
- tmux (terminal multiplexer)
## Shell scripts
If you plan to use scripts from `.local/bin`, make them executables files by running this command:
```bash
chmod +x ~/.local/bin/$(ls -1 --color=none)
```