Merge branch 'master' of github.com:steveokard/stevset
This commit is contained in:
commit
75a63f6329
1 changed files with 9 additions and 3 deletions
12
update.zsh
12
update.zsh
|
@ -1,4 +1,10 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
sudo apt install ripgrep
|
echo "Configuring Emoji Fonts"
|
||||||
(zsh emacs_doom.zsh)
|
git clone https://gitlab.com/es20490446e/emoji.conf.git
|
||||||
|
cd emoji.conf/
|
||||||
|
./install-uninstall.sh
|
||||||
|
#regenerate font cache
|
||||||
|
fc-cache -f -v
|
||||||
|
#cleanup
|
||||||
|
cd ..
|
||||||
|
rm -r emoji.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue