├── README.md ├── alacritty └── alacritty.yml ├── dotfiles-manage └── install.sh ├── fish ├── config.fish └── fish_variables ├── helix ├── config.toml └── languages.toml ├── hypr ├── hyprland.conf ├── hyprpaper.conf └── wallpaper.jpg ├── rofi └── config.rasi └── waybar ├── config.jsonc └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/alacritty/alacritty.yml -------------------------------------------------------------------------------- /dotfiles-manage/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/dotfiles-manage/install.sh -------------------------------------------------------------------------------- /fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/fish/config.fish -------------------------------------------------------------------------------- /fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/fish/fish_variables -------------------------------------------------------------------------------- /helix/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/helix/config.toml -------------------------------------------------------------------------------- /helix/languages.toml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/hypr/hyprland.conf -------------------------------------------------------------------------------- /hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /hypr/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/hypr/wallpaper.jpg -------------------------------------------------------------------------------- /rofi/config.rasi: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/waybar/config.jsonc -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgj123456/dotfiles/HEAD/waybar/style.css --------------------------------------------------------------------------------