Pull the Microsoft terminal configuration (fix #267)
This commit is contained in:
@@ -93,6 +93,7 @@ Just run `topgrade`. It will run the following steps:
|
|||||||
* ~/.config/bspwm
|
* ~/.config/bspwm
|
||||||
* ~/.config/i3
|
* ~/.config/i3
|
||||||
* Powershell Profile
|
* Powershell Profile
|
||||||
|
* [Microsoft Terminal](https://github.com/microsoft/terminal) configuration
|
||||||
* Custom defined paths
|
* Custom defined paths
|
||||||
* **Unix**: Run [zr](https://github.com/jedahan/zr) update
|
* **Unix**: Run [zr](https://github.com/jedahan/zr) update
|
||||||
* **Unix**: Run [zplug](https://github.com/zplug/zplug) update
|
* **Unix**: Run [zplug](https://github.com/zplug/zplug) update
|
||||||
|
|||||||
@@ -259,6 +259,13 @@ fn run() -> Result<(), Error> {
|
|||||||
git_repos.insert(base_dirs.config_dir().join("i3"));
|
git_repos.insert(base_dirs.config_dir().join("i3"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
git_repos.insert(
|
||||||
|
base_dirs
|
||||||
|
.data_local_dir()
|
||||||
|
.join("Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState"),
|
||||||
|
);
|
||||||
|
|
||||||
if let Some(profile) = powershell.profile() {
|
if let Some(profile) = powershell.profile() {
|
||||||
git_repos.insert(profile);
|
git_repos.insert(profile);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user