Pull Openbox configuration
This commit is contained in:
@@ -34,6 +34,7 @@ Just run `topgrade`. It will run the following steps:
|
|||||||
* ~/.config/fish
|
* ~/.config/fish
|
||||||
* ~/.config/nvim
|
* ~/.config/nvim
|
||||||
* ~/.vim
|
* ~/.vim
|
||||||
|
* ~/.config/openbox
|
||||||
* Powershell Profile
|
* Powershell Profile
|
||||||
* Custom defined paths
|
* Custom defined paths
|
||||||
* *Unix*: Run [zplug](https://github.com/zplug/zplug) update
|
* *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(".oh-my-zsh"));
|
||||||
git_repos.insert(base_dirs.home_dir().join(".tmux"));
|
git_repos.insert(base_dirs.home_dir().join(".tmux"));
|
||||||
git_repos.insert(base_dirs.home_dir().join(".config/fish"));
|
git_repos.insert(base_dirs.home_dir().join(".config/fish"));
|
||||||
|
git_repos.insert(base_dirs.config_dir().join("openbox"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
|||||||
Reference in New Issue
Block a user