Add neofetch and simplify zshrc
This commit is contained in:
parent
71a0246b7d
commit
e53ada0c7f
2 changed files with 40 additions and 1 deletions
39
install/.config/neofetch/config.conf
Normal file
39
install/.config/neofetch/config.conf
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
print_info () {
|
||||||
|
info title
|
||||||
|
info underline
|
||||||
|
|
||||||
|
info "Host" model
|
||||||
|
info "OS" distro
|
||||||
|
info "Kernel" kernel
|
||||||
|
info "Uptime" uptime
|
||||||
|
#info "Packages" packages
|
||||||
|
info "Shell" shell
|
||||||
|
info "Resolution" resolution
|
||||||
|
info "DE" de
|
||||||
|
info "WM" wm
|
||||||
|
info "WM Theme" wm_theme
|
||||||
|
info "Theme" theme
|
||||||
|
info "Icons" icons
|
||||||
|
info "Terminal" term
|
||||||
|
info "Terminal Font" term_font
|
||||||
|
info "CPU" cpu
|
||||||
|
info "GPU" gpu
|
||||||
|
info "Memory" memory
|
||||||
|
|
||||||
|
# The lines below with a '#' in front are additional info functions
|
||||||
|
# that are disabled by default. Removing the '#' enables them and adding
|
||||||
|
# a '#' to the start disables them again. You can add a '#' to any of the
|
||||||
|
# lines in this function to disable their output.
|
||||||
|
|
||||||
|
# info "CPU Usage" cpu_usage
|
||||||
|
# info "Disk" disk
|
||||||
|
# info "Battery" battery
|
||||||
|
# info "Font" font
|
||||||
|
# info "Song" song
|
||||||
|
# info "Local IP" local_ip
|
||||||
|
# info "Public IP" public_ip
|
||||||
|
# info "Users" users
|
||||||
|
# info "Birthday" birthday
|
||||||
|
|
||||||
|
info cols
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
# Use Oh My Zsh
|
# Use Oh My Zsh
|
||||||
export ZSH="$(echo $HOME)/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Use zplug
|
# Use zplug
|
||||||
|
|
Loading…
Reference in a new issue