Pull Openbox configuration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user