Workspaces and Terminals
This commit is contained in:
@@ -45,6 +45,11 @@ const ensureUserFiles = async (homeDir) => {
|
||||
await cp(join(templateDir, '.zshrc'), zshrcPath);
|
||||
}
|
||||
|
||||
const tmuxconfPath = join(homeDir, '.tmux.conf');
|
||||
if (!existsSync(tmuxconfPath)) {
|
||||
await cp(join(templateDir, '.tmux.conf'), tmuxconfPath);
|
||||
}
|
||||
|
||||
const starshipPath = join(homeDir, '.config', 'starship-officer.toml');
|
||||
if (!existsSync(starshipPath)) {
|
||||
await cp(join(templateDir, 'starship-officer.toml'), starshipPath);
|
||||
|
||||
Reference in New Issue
Block a user