$ cat ~/.bash_aliases
#alias ls="exa -alh --icons"
#alias tree="exa --tree --icons"
#alias cat="bat"
alias vi="nvim"
alias vim="nvim"
alias ls="ls --color=auto"
alias ll="ls -l --color=auto"
$ cat ~/.bashrc
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# make default editor Neovim
export EDITOR=nvim
# use custom fd command for fzf incl. showing hidden files by default
#export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# configure silver command prompt
#export SILVER_ICONS=nerd
#source <(silver init)
#source ~/.local/share/fzf-marks/fzf-marks.plugin.bash
source ~/.bash_aliases
eval "$(starship init bash)"
$ cat ~/.config/sway/user-definitions
# add your custom definitions here
set $theme /etc/sway/themes/matcha-blue
cat ~/.config/sway/config.d/00-user.conf
# add your customizations here
# e.g.:
# * change modifier key from Win/Pine-Key to Alt: set $mod Mod1
# * change the background image: set $background /usr/share/wallpapers/manjaro-nudes.png
# * change the theme: set $theme /usr/share/sway/themes/matcha-blue
# * change waybar position: set $waybar_position bottom
output * bg /home/edu/Pictures/Wallpapers/dance-with-the-dead.jpg fill
sudo pamac install starship
sudo pamac remove exa bat silver fzf
sudo dd if=/boot/idbloader.img of=/dev/mmcblk2 seek=64 conv=notrunc,fsync
sudo dd if=/boot/u-boot.itb of=/dev/mmcblk2 seek=16384 conv=notrunc,fsync