Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 668 Bytes

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:

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.