Skip to content

Commit

Permalink
fix: remove HyperJS
Browse files Browse the repository at this point in the history
  • Loading branch information
nweldev committed Aug 6, 2023
1 parent 600ad5c commit 7c3c92e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 172 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
[submodule "aur/nvm"]
path = aur/nvm
url = https://aur.archlinux.org/nvm.git
[submodule "aur/hyper"]
path = aur/hyper
url = git@github.com:nweldev/aur-hyper.git
[submodule "awesome/.config/awesome/copycats"]
path = awesome/.config/awesome/copycats
url = git@github.com:nweldev/awesome-copycats.git
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ For more details see [install.sh](./install.sh). _Don't use this script directly

## Tools

### Hyper.js

A terminal built on web technologies

| :octocat: repo | :globe_with_meridians: website | :arrow_down: install |
|----------------|---------------------------------|------------------------|
| [zeit/hyper](https://github.com/zeit/hyper)| [hyper.is](https://hyper.is/) | forked [AUR](./aur) |

### VS Code

Code editing.\
Expand Down
1 change: 0 additions & 1 deletion aur/hyper
Submodule hyper deleted from 462a26
1 change: 0 additions & 1 deletion desktop/.config/mimeapps.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[Added Associations]

[Default Applications]
x-scheme-handler/ssh=Hyper.desktop
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
Expand Down
153 changes: 0 additions & 153 deletions hyper.js/.hyper.js

This file was deleted.

6 changes: 0 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ sudo pacman -S xclip hub openssh vim sudo stow zsh autojump physlock
sudo pacman -S wpa_supplicant dialog iw elinks
# Fonts
sudo pacman -S powerline-fonts otf-fira-code noto-fonts-emoji
# HyperJS
sudo pacman -S libicns graphicsmagick xz yarn
# Sound
sudo pacman -S alsa-utils playerctl
# LightDM
Expand All @@ -28,9 +26,6 @@ cd nvm
. nvm.sh
cd ..

# don't install yarn with pacman as it would install nodejs
sudo pacman -S yarn hyper --assume-installed nodejs=12.3.0

# install vs code extensions
cat code-extensions.list | xargs -L 1 echo code --install-extension

Expand All @@ -56,7 +51,6 @@ sudo systemctl enable lightdm.service

stow awesome
stow git
stow hyper.js
stow vsconf
stow zsh
stow arandr
Expand Down

0 comments on commit 7c3c92e

Please sign in to comment.