Documentation
¶
Overview ¶
Package deprecated contains deprecated functions that are maintained for backward compatibility. These functions will be removed in a future version. Please use github.com/arthur-debert/dodot/pkg/paths instead.
Index ¶
- func GetBrewfileDir() stringdeprecated
- func GetDeployedDir() stringdeprecated
- func GetDodotDataDir() stringdeprecated
- func GetInitScriptPath() stringdeprecated
- func GetInstallDir() stringdeprecated
- func GetPathDir() stringdeprecated
- func GetShellDir() stringdeprecated
- func GetShellProfileDir() stringdeprecated
- func GetShellSourceDir() stringdeprecated
- func GetSymlinkDir() stringdeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBrewfileDir
deprecated
func GetBrewfileDir() string
GetBrewfileDir returns the brewfile sentinel directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetBrewfileDir instead.
func GetDeployedDir
deprecated
func GetDeployedDir() string
GetDeployedDir returns the deployed directory path
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetDeployedDir instead.
func GetDodotDataDir
deprecated
func GetDodotDataDir() string
GetDodotDataDir returns the dodot data directory path Uses DODOT_DATA_DIR env var if set, otherwise follows XDG Base Directory spec
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetDodotDataDir instead.
func GetInitScriptPath
deprecated
func GetInitScriptPath() string
GetInitScriptPath returns the path to the dodot-init.sh script
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetInitScriptPath instead.
func GetInstallDir
deprecated
func GetInstallDir() string
GetInstallDir returns the install scripts sentinel directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetInstallDir instead.
func GetPathDir
deprecated
func GetPathDir() string
GetPathDir returns the PATH deployment directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetPathDir instead.
func GetShellDir
deprecated
func GetShellDir() string
GetShellDir returns the shell scripts directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetShellDir instead.
func GetShellProfileDir
deprecated
func GetShellProfileDir() string
GetShellProfileDir returns the shell profile deployment directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetShellProfileDir instead.
func GetShellSourceDir
deprecated
func GetShellSourceDir() string
GetShellSourceDir returns the shell source deployment directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetShellSourceDir instead.
func GetSymlinkDir
deprecated
func GetSymlinkDir() string
GetSymlinkDir returns the symlink deployment directory
Deprecated: Use github.com/arthur-debert/dodot/pkg/paths.GetSymlinkDir instead.
Types ¶
This section is empty.