update dotfiles
This commit is contained in:
parent
c9e9858e6b
commit
bf853ccfa5
2
.bashrc
2
.bashrc
|
@ -169,3 +169,5 @@ export PS1="$GREEN[\A \d]$CYAN\u$BLUE@\h $DEFAULT(\!):$YELLOW\w $PURPLE\n\$(pars
|
||||||
|
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export VISUAL='vim'
|
export VISUAL='vim'
|
||||||
|
LANG="it_IT.UTF-8"
|
||||||
|
export LANG
|
||||||
|
|
|
@ -19,5 +19,4 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
# exec python3 ~/.config/sway/scripts/swayfader.py
|
# exec python3 ~/.config/sway/scripts/swayfader.py
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec nextcloud
|
|
||||||
exec syncthing
|
exec syncthing
|
|
@ -1 +1 @@
|
||||||
rsync -az ~/.config/sway ~/.config/swaylock ~/.config/waybar ~/.config/wofi ~/scripts/swaybg.sh ~/scripts/swaydotfile.sh ~/.config/ranger ~/.config/alacritty ~/.vimrc ~/.profile ~/.bashrc ~/.inputrc ~/.config/kitty ~/.config/feh ~/git/swayDotfiles/ && cd ~/git/swayDotfiles && git add . && git commit -m "new dotfiles commit" && git push -u origin main
|
rsync -az ~/.config/sway ~/.config/swaylock ~/.config/waybar ~/.config/wofi ~/scripts/swaybg.sh ~/scripts/swaydotfile.sh ~/.config/ranger ~/.config/alacritty ~/.vimrc ~/.profile ~/.bashrc ~/.inputrc ~/.config/kitty ~/.config/feh ~/git/swayDotfiles/ && cd ~/git/swayDotfiles && git add . && git commit -m "update dotfiles" && git push -u origin main
|
||||||
|
|
Loading…
Reference in New Issue