Install urxvt during machine-setup.sh on linux as perferred terminla-emulator
This commit is contained in:
@@ -22,6 +22,7 @@ else
|
|||||||
asciidoctor \
|
asciidoctor \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
vim \
|
vim \
|
||||||
|
rxvt-unicode \
|
||||||
i3 \
|
i3 \
|
||||||
i3lock \
|
i3lock \
|
||||||
i3status \
|
i3status \
|
||||||
@@ -69,4 +70,7 @@ export NVM_DIR="$XDG_CONFIG_HOME/nvm"
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|
||||||
|
# setup defaults
|
||||||
|
sudo update-alternatives --set x-terminal-emulator /usr/bin/urxvt
|
||||||
|
|
||||||
echo "ready for work :-)"
|
echo "ready for work :-)"
|
||||||
|
|||||||
Reference in New Issue
Block a user