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)
If you plan to use scripts from .local/bin
, make them executables files by running on each script:
chmod +x <script>
Also don't forget to export this directory to $PATH
in your shell rc:
export PATH="$HOME/.local/bin:$PATH"
If you have my zshrc, you don't need to do it.