all repos — dotfiles @ 59cb8d4e7c1136ef2ef0a20e3d65aa50f0bb72c2

linux dotfiles

new rss urls and trying out exa
Prithu Goswami prithugoswami524@gmail.com
Mon, 08 Feb 2021 21:43:09 +0530
commit

59cb8d4e7c1136ef2ef0a20e3d65aa50f0bb72c2

parent

3e7b9bd15494a1a65412dc224abb90d146cc4204

3 files changed, 8 insertions(+), 4 deletions(-)

jump to
M config/newsboat/urlsconfig/newsboat/urls

@@ -5,6 +5,8 @@ https://www.archlinux.org/feeds/news/

https://www.swalladge.net/feed.xml https://icyphox.sh/blog/feed.xml https://peppe.rs/index.xml +https://proseandconst.xyz/atom.xml +https://rusingh.com/articles.xml https://stackoverflow.blog/newsletter/feed https://prithu.xyz/posts/index.xml https://nixnet.services/feed.xml
M home/.bashrchome/.bashrc

@@ -11,7 +11,7 @@

[[ -f ~/.profile ]] && . ~/.profile cd() { - builtin cd "$@" && ls --color; + builtin cd "$@" && exa; } [[ -f /usr/share/bash-completion/bash_completion ]] && \

@@ -112,7 +112,8 @@ alias yw="mpv --ytdl-format=\"bestvideo[height<=480]+bestaudio/best[height<=480]\""

alias yal="mpv --ytdl-format=251" alias tmuxl="tmux list-session" -alias ls='ls --color=auto' +# alias ls='ls --color=auto' +alias ls='exa' #PS1='\[\033[34m\][\u@\h\[\033[01;00m\] \w\[\033[34m]\]\[\033[00m\]$ '
M home/.xinitrchome/.xinitrc

@@ -27,6 +27,7 @@ touchpad-conf && toggle_touchpad

[ -f ~/.xprofile ] && . ~/.xprofile -exec i3 +# exec i3 # exec xfce4-session -# exec dwm +slstatus & +exec dwm