diff --git a/README.md b/README.md index 3b1ccca..ab2282e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # dotfiles -My dotfiles including Hyprland, Aylur's GTK Shell, Rofi, Neovim, and Starship. +My dotfiles including Hyprland, Rofi, Neovim, and Starship. diff --git a/nvim/nvim.txz b/nvim/nvim.txz deleted file mode 100644 index 44df9ce..0000000 Binary files a/nvim/nvim.txz and /dev/null differ diff --git a/starship.toml b/starship.toml new file mode 100644 index 0000000..6094b1a --- /dev/null +++ b/starship.toml @@ -0,0 +1,93 @@ +# Sets user-defined palette +palette = "catppuccin_mocha" + +# Setups +format="$directory$git_branch$character" +right_format = "$sudo$cmd_duration" +# add_newline = false + +# Other languages configurations: +c.disabled = true +cmake.disabled = true +haskell.disabled = true +python.disabled = true +ruby.disabled = true +rust.disabled = true +perl.disabled = true +package.disabled = true +lua.disabled = true +nodejs.disabled = true +java.disabled = true +golang.disabled = true + +# Prompt symbols +[character] +success_symbol = "[](green bold)" +error_symbol = "[](pink)" + +[directory] +format = "[]($style)[󱙴 $path](bg:base fg:lavender bold)[ ]($style)" +style = "bg:none fg:base" +truncation_length = 3 +truncate_to_repo=false + +[git_branch] +format = "[]($style)[[ ](bg:base fg:green bold)$branch](bg:base fg:lavender)[ ]($style)" +style = "bg:none fg:base" + +[git_status] +# $all status$ahead_behind +format = "[]($style)[$all_status$ahead_behind](bg:base fg:yellow)[ ]($style)" +style = "bg:none fg:base" +conflicted = "=" +ahead = "⇡${count}" +behind = "⇣${count}" +diverged = "⇕⇡${ahead_count}⇣${behind_count}" +up_to_date = "" +untracked = "?${count}" +stashed = "" +modified = "!${count}" +staged = "+${count}" +renamed = "»${count}" +deleted = "${count}" + +[cmd_duration] +min_time = 1 +# duration & style +format = "[]($style)[$duration](bg:base fg:text)[ ]($style)" +disabled = false +style = "bg:none fg:base" + +[sudo] +format = "[]($style)[$symbol](bg:base fg:text)[ ]($style)" +style = 'bg:none fg:base' + + +[palettes.catppuccin_mocha] +rosewater = "#f5e0dc" +flamingo = "#f2cdcd" +pink = "#f5c2e7" +mauve = "#cba6f7" +red = "#f38ba8" +maroon = "#eba0ac" +peach = "#fab387" +yellow = "#f9e2af" +green = "#a6e3a1" +teal = "#94e2d5" +sky = "#89dceb" +sapphire = "#74c7ec" +blue = "#89b4fa" +lavender = "#b4befe" +text = "#cdd6f4" +subtext1 = "#bac2de" +subtext0 = "#a6adc8" +overlay2 = "#9399b2" +overlay1 = "#7f849c" +overlay0 = "#6c7086" +surface2 = "#585b70" +surface1 = "#45475a" +surface0 = "#313244" +base = "#1e1e2e" +mantle = "#181825" +crust = "#11111b" +