Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Last active March 26, 2021 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/6c2a1992b5686eb733184bebf793d740 to your computer and use it in GitHub Desktop.
Save e-minguez/6c2a1992b5686eb733184bebf793d740 to your computer and use it in GitHub Desktop.
pbp manjaro sway
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment