28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Dotfiles
|
|
|
|
This is a repo for all the various config files
|
|
|
|
### Configs
|
|
|
|
- hyprpaper: wallpaper manager for hyprland
|
|
- the `backgrounds` directory is needed for this
|
|
- the `scripts` directory is also needed for this as this randomises the wallpaper
|
|
- hyprlock: this is the lock screen
|
|
- the `hyprmocha` directory is needed for this to colour it correctly
|
|
- kitty: the prefered terminal emulator
|
|
- nvim: all the config and plugins to lazy and nvim
|
|
- starship: the command prompt style
|
|
- wofi: the program launcher
|
|
- waybar: this bar at the top of the screen
|
|
- hypridle: this dims the screen, locks, suspsends the pc after a timeout
|
|
- fastfetch: a pc summary to run from the cli
|
|
- swaync: this is a notification manager (useful for the screenshot tool `hyprshot`)
|
|
- starhsip: this is for the command prompt
|
|
- btop: this is to theme the btop app
|
|
|
|
### How to use
|
|
|
|
1. Install `stow` via pacman, this is a package that quickly sets up sym links in the file system to the folder structure in this repo based on the root directory
|
|
2. use `stow` to setup the sym links, e.g. `stow hyprlock` or `stow backgrounds`
|
|
3. done, restart the tool/service if needed
|