Renamed dirs, dracula hyper theme
This commit is contained in:
parent
ad976e38e1
commit
c25f135db4
3 changed files with 4 additions and 4 deletions
|
@ -7,5 +7,5 @@ echo " - Configuring Hyper Terminal - "
|
||||||
echo " - Configuring Hyper Terminal - "
|
echo " - Configuring Hyper Terminal - "
|
||||||
sed -ri "s/fontSize: (.*?),/fontSize: 16,/g" ~/.hyper.js
|
sed -ri "s/fontSize: (.*?),/fontSize: 16,/g" ~/.hyper.js
|
||||||
sed -ri "s/fontFamily: '(.*?)',/fontFamily: 'Hasklig',/g" ~/.hyper.js
|
sed -ri "s/fontFamily: '(.*?)',/fontFamily: 'Hasklig',/g" ~/.hyper.js
|
||||||
#hyper i hyper-font-ligatures
|
hyper i hyper-dracula
|
||||||
#sed -ri "s/plugins: \[(.*?)\],/plugins: \['hyper-font-ligatures'\],/g" ~/.hyper.js
|
sed -ri "s/plugins: \[(.*?)\],/plugins: \['hyper-dracula'\],/g" ~/.hyper.js
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo bash fonts/install.sh
|
sudo bash hasklig/install.sh
|
||||||
sudo bash terminal/install.sh
|
sudo bash hyper/install.sh
|
||||||
sudo bash nvim/install.sh
|
sudo bash nvim/install.sh
|
||||||
sudo bash zsh/install.sh
|
sudo bash zsh/install.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue