# Global Configuration To utilise the global configuration functionality, you can place a "Run Tool" config in your home folder shown below: ### Linux/Unix ``` $XDG_CONFIG_HOME/run-tool/ ``` ``` $HOME/.config/run-tool/ ``` ### Darwin (MacOS) ``` $HOME/.config/run-tool/ ``` ### Windows ``` %%USERPROFILE%%/.config/run-tool/ ```