Hyper font customizations
This commit is contained in:
parent
6b1944705b
commit
ad976e38e1
2 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
#sudo bash fonts/install.sh
|
||||
sudo bash fonts/install.sh
|
||||
sudo bash terminal/install.sh
|
||||
#sudo bash nvim/install.sh
|
||||
#sudo bash zsh/install.sh
|
||||
sudo bash nvim/install.sh
|
||||
sudo bash zsh/install.sh
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
#!/bin/bash
|
||||
echo " - Configuring Hyper Terminal - "
|
||||
curl -L https://releases.hyper.is/download/deb -o ~/Downloads/hyper.deb
|
||||
sudo dpkg -i ~/Downloads/hyper.deb
|
||||
sudo apt install -f
|
||||
#curl -L https://releases.hyper.is/download/deb -o ~/Downloads/hyper.deb
|
||||
#sudo dpkg -i ~/Downloads/hyper.deb
|
||||
#sudo apt install -f
|
||||
|
||||
echo " - Configuring Hyper Terminal - "
|
||||
sed -ri "s/fontSize: (.*?),/fontSize: 16,/g" ~/.hyper.js
|
||||
sed -ri "s/fontFamily: '(.*?)',/fontFamily: 'Hasklig',/g" ~/.hyper.js
|
||||
#hyper i hyper-font-ligatures
|
||||
#sed -ri "s/plugins: \[(.*?)\],/plugins: \['hyper-font-ligatures'\],/g" ~/.hyper.js
|
||||
|
|
Loading…
Add table
Reference in a new issue