Skip to content
Snippets Groups Projects
Verified Commit 4fb90f0f authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] remove dhcpd, prepare for silver 2.0 in testing repo

parent 6beb82c6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ haveged ...@@ -8,7 +8,6 @@ haveged
inxi inxi
ncdu ncdu
nano nano
dhcpcd
man-pages man-pages
man-db man-db
zswap-arm zswap-arm
......
...@@ -8,7 +8,6 @@ haveged ...@@ -8,7 +8,6 @@ haveged
inxi inxi
ncdu ncdu
nano nano
dhcpcd
man-pages man-pages
man-db man-db
zswap-arm zswap-arm
...@@ -112,6 +111,7 @@ htop ...@@ -112,6 +111,7 @@ htop
httpie httpie
hyperfine hyperfine
jq jq
khard
khal khal
light light
mediainfo mediainfo
......
...@@ -11,8 +11,7 @@ export EDITOR=nvim ...@@ -11,8 +11,7 @@ export EDITOR=nvim
# use custom fd command for fzf incl. showing hidden files by default # use custom fd command for fzf incl. showing hidden files by default
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt (will be removed here as soon as v2.0.0 hits repos) # configure silver command prompt
SILVER=(status:black:white user:yellow:black dir:blue:black git:green:black cmdtime:magenta:black)
export SILVER_ICONS=nerd export SILVER_ICONS=nerd
export SILVER_SHELL=${0#-} # bash, zsh, or fish export SILVER_SHELL=${0#-} # bash, zsh, or fish
eval "$(silver init)" eval "$(silver init)"
......
...@@ -11,8 +11,7 @@ export EDITOR=nvim ...@@ -11,8 +11,7 @@ export EDITOR=nvim
# use custom fd command for fzf incl. showing hidden files by default # use custom fd command for fzf incl. showing hidden files by default
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt (will be removed here as soon as v2.0.0 hits repos) # configure silver command prompt
SILVER=(status:black:white user:yellow:black dir:blue:black git:green:black cmdtime:magenta:black)
export SILVER_ICONS=nerd export SILVER_ICONS=nerd
export SILVER_SHELL=${0#-} # bash, zsh, or fish export SILVER_SHELL=${0#-} # bash, zsh, or fish
eval "$(silver init)" eval "$(silver init)"
......
...@@ -111,7 +111,7 @@ set status_bar_on_top false ...@@ -111,7 +111,7 @@ set status_bar_on_top false
set draw_progress_bar_in_status_bar true set draw_progress_bar_in_status_bar true
# Draw borders around columns? # Draw borders around columns?
set draw_borders true set draw_borders false
# Display the directory name in tabs? # Display the directory name in tabs?
set dirname_in_tabs false set dirname_in_tabs false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment