mirror of
https://github.com/Phantop/dotfiles
synced 2025-07-28 16:22:03 +00:00
Compare commits
3 commits
aaa520990a
...
5f0c9373db
Author | SHA1 | Date | |
---|---|---|---|
|
5f0c9373db | ||
|
a2856dd928 | ||
|
3c2e64c891 |
|
@ -5,17 +5,16 @@ add_newline = false
|
|||
symbol = ""
|
||||
|
||||
[character]
|
||||
style_success = "bright-purple"
|
||||
success_symbol = "[❯](bright-purple)"
|
||||
|
||||
[directory]
|
||||
style = "bold blue"
|
||||
truncation_length = 0
|
||||
truncate_to_repo = false
|
||||
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 500
|
||||
prefix = ""
|
||||
format = "[$duration]($style) "
|
||||
|
||||
[jobs]
|
||||
disabled = true
|
||||
|
|
6
.setup
6
.setup
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
sudo eopkg it -c system.devel
|
||||
sudo eopkg rm celluloid gnome-mpv gnome-terminal libreoffice-common mate-terminal nautilus rhythmbox
|
||||
sudo eopkg rm celluloid gnome-mpv gnome-terminal hexchat libreoffice-common mate-terminal nautilus onboard rhythmbox
|
||||
|
||||
desktop="audacity caja feh gmic-gimp goverlay keepassx kitty libstrangle mpv qbittorrent quodlibet qutebrowser rofi spek viewnior zathura-poppler"
|
||||
terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim pip ripgrep solbuild-config-local-unstable speedtest-cli stow"
|
||||
desktop="audacity bleachbit caja engrampa feh gmic-gimp goverlay keepassx kitty libstrangle mpv quodlibet qutebrowser rofi spek viewnior zathura-poppler"
|
||||
terminal="advancecomp aria2 autojump busybox fd fish git-extras innoextract jq libva-utils most ncdu neovim p7zip pip ripgrep solbuild-config-local-unstable speedtest-cli stow"
|
||||
sudo eopkg it $desktop $terminal
|
||||
sudo pip3 install --upgrade qutebrowser
|
||||
|
||||
|
|
Loading…
Reference in a new issue