An open API service indexing awesome lists of open source software.

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

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)
```