Skip to content

yongtenglei/.dotfiles

Repository files navigation

Rey's dotfiles

Basic Usage

Manage a module:

stow <module_name>

Delete a module:

stow -D <module_name>

Zsh Config

stow zsh

And then copy zshrc and zimrc to ~/.zshrc ~/.zimrc manually.

Desktops and Scripts

stow scripts
stow desktops

Scripts locate at ~/.scripts/, and desktop files at ~/.local/share/applications/. And you need specify your username in desktop scripts.

[Desktop Entry]
Name=youtube
Exec=/home/<username>/.scripts/youtube
Type=Application
Terminal=false
Icon=utilities-terminal

⚠️ Make sure your scripts have proper permission (especially the execution permission)

chmod +x <scripts_name>

And then, update your desktop database by

update-desktop-database ~/.local/share/applications/

Now, your wofi/rofi will recognize your desktop files successfully.

About

Rey's dotfiles managed by stow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published