Skip to content
/ dotfiles Public

My configuration files for programs i regularly use

Notifications You must be signed in to change notification settings

yak6/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My configuration files for programs i regularly use

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published