mirror of
https://github.com/Phantop/dotfiles
synced 2025-07-29 16:52:33 +00:00
Compare commits
3 commits
aaa520990a
...
5f0c9373db
Author | SHA1 | Date | |
---|---|---|---|
|
5f0c9373db | ||
|
a2856dd928 | ||
|
3c2e64c891 |
|
@ -5,17 +5,16 @@ add_newline = false
|
||||||
symbol = ""
|
symbol = ""
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
style_success = "bright-purple"
|
success_symbol = "[❯](bright-purple)"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bold blue"
|
style = "bold blue"
|
||||||
truncation_length = 0
|
truncation_length = 0
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
|
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 500
|
min_time = 500
|
||||||
prefix = ""
|
format = "[$duration]($style) "
|
||||||
|
|
||||||
[jobs]
|
[jobs]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
6
.setup
6
.setup
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo eopkg it -c system.devel
|
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"
|
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 pip ripgrep solbuild-config-local-unstable speedtest-cli stow"
|
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 eopkg it $desktop $terminal
|
||||||
sudo pip3 install --upgrade qutebrowser
|
sudo pip3 install --upgrade qutebrowser
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue