Pull Openbox configuration

This commit is contained in:
Roey Darwish Dror
2018-08-27 15:22:44 +03:00
parent f034c3e4ab
commit 6e9c2069e5
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ Just run `topgrade`. It will run the following steps:
* ~/.config/fish
* ~/.config/nvim
* ~/.vim
* ~/.config/openbox
* Powershell Profile
* Custom defined paths
* *Unix*: Run [zplug](https://github.com/zplug/zplug) update

View File

@@ -156,6 +156,7 @@ fn run() -> Result<(), Error> {
git_repos.insert(base_dirs.home_dir().join(".oh-my-zsh"));
git_repos.insert(base_dirs.home_dir().join(".tmux"));
git_repos.insert(base_dirs.home_dir().join(".config/fish"));
git_repos.insert(base_dirs.config_dir().join("openbox"));
}
#[cfg(windows)]