Hyper terminal
This commit is contained in:
parent
8013b8ed08
commit
6b1944705b
5 changed files with 18 additions and 2 deletions
|
@ -11,3 +11,5 @@ cd ~/dotfiles
|
|||
$0 install.sh # May need sudo
|
||||
```
|
||||
|
||||
Restart and open the Hyper terminal emulator.
|
||||
|
||||
|
|
5
fonts/install.sh
Normal file
5
fonts/install.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
echo " - Installing Fonts - "
|
||||
curl -L -O https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip
|
||||
mkdir -p ~/.local/share/fonts
|
||||
unzip ~/Downloads/Hasklig-1.1.zip -d ~/.local/share/fonts
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
#sudo bash fonts/install.sh
|
||||
sudo bash terminal/install.sh
|
||||
#sudo bash nvim/install.sh
|
||||
sudo bash zsh/install.sh
|
||||
#sudo bash zsh/install.sh
|
||||
|
|
7
terminal/install.sh
Normal file
7
terminal/install.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
||||
|
||||
echo " - Configuring Hyper Terminal - "
|
|
@ -14,4 +14,4 @@ source ~/.zshrc
|
|||
|
||||
echo " - Setting up Zsh Plugins - "
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
sed -ri 's/plugins=\((.*?)\)/plugins=\(git rails ruby zsh-autosuggestions\)/g' ~/.zshrc
|
||||
sed -ri 's/plugins=\((.*?)\)/plugins=\(git zsh-autosuggestions\)/g' ~/.zshrc
|
||||
|
|
Loading…
Add table
Reference in a new issue