From 4e10833fabfff1cc2b99bf0e9e750e4e6568f91a Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Tue, 12 Oct 2021 11:24:45 -0500 Subject: [PATCH] dotfiles --- stow_home/.bashrc/.bashrc | 6 +++--- stow_home/rofi/.config/rofi/config.rasi | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/stow_home/.bashrc/.bashrc b/stow_home/.bashrc/.bashrc index 51bcd3e..3c13811 100644 --- a/stow_home/.bashrc/.bashrc +++ b/stow_home/.bashrc/.bashrc @@ -188,7 +188,7 @@ alias .2='cd ../..' alias .3='cd ../../..' alias .4='cd ../../../..' alias xin='sudo pacman -S' -alias xup='paru -Syu' +alias xup='paru' alias xun='sudo pacman -Rs' alias xs='pacman -Ss' alias xme='sudo xbps-query -m' @@ -211,12 +211,12 @@ alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master' alias ssh='TERM=xterm-256color ssh' export PATH=$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.config/spectrwm/scripts:$HOME/.emacs.d/bin/ -export MANPAGER="nvim -c 'set ft=man' -" +#export MANPAGER="nvim -c 'set ft=man' -" export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc #source $HOME/.config/bash-config/bashrc.bash eval "$(starship init bash)" -neofetch +pfetch ################################################################################ # Install Ruby Gems to ~/gems export GEM_HOME="$HOME/gems" diff --git a/stow_home/rofi/.config/rofi/config.rasi b/stow_home/rofi/.config/rofi/config.rasi index ade10b2..8c095fd 100644 --- a/stow_home/rofi/.config/rofi/config.rasi +++ b/stow_home/rofi/.config/rofi/config.rasi @@ -1,13 +1,10 @@ configuration { /*columns: 1;*/ terminal: "alacritty"; - theme: "/home/joelchrono12/.config/rofi/themes/centered-nord.rasi"; + /*theme: "/home/joelchrono12/.config/rofi/themes/centered-nord.rasi";*/ modi: "drun,calc:qalc,window,run,emoji"; show-icons: false; icon-theme: "Flatery-Blue-Dark"; - /*width: 10%;*/ - /*lines: 18;*/ - /*fake-transparency: true;*/ } -//@theme "/usr/share/rofi/themes/Arc-Dark.rasi" -@theme "/usr/share/rofi/themes/iggy.rasi" +@theme "/usr/share/rofi/themes/Arc-Dark.rasi" +/*@theme "/usr/share/rofi/themes/iggy.rasi"*/