diff --git a/README.md b/README.md
deleted file mode 100644
index 8223684..0000000
--- a/README.md
+++ /dev/null
@@ -1,131 +0,0 @@
-# [💻 LiveTerm - build terminal styled websites in minutes!](https://liveterm.vercel.app)
-
-Highly customizable, easy-to-use, and minimal terminal styled website template, powered by Next.js.
-
-Building a simple website with LiveTerm only takes **minutes**, and you only need to work with **one** file: `config.json`. After you cloned this repository, simply run `yarn install && yarn dev` and start editing `config.json` to build your website!
-
-LiveTerm can be used to build a variety of websites:
-
-- [personal website](https://cveinnt.com)
-- [browser startpage](https://livetermstart.vercel.app/)
-- [project page](https://liveterm.vercel.app/)
-- or maybe just a cool browser music player...be creative!
-
-Feel free to play with the web demo above!
-
-## 📸 Showcase
-
-
-
-LiveTerm with different themes
-
-
-
-
-my personal website
-
-
-## 🚀 Ship your LiveTerm site in less than 5 minutes
-
-LiveTerm requires the `yarn` package manager. You can install `yarn` [here](https://classic.yarnpkg.com/lang/en/docs/install/).
-
-Simply run the following commmand in your terminal:
-
-```bash
-sh -c "$(curl -fsSL https://raw.github.com/Cveinnt/LiveTerm/main/install/install.sh)"
-```
-
-This will install LiveTerm to the current directory. You can start building your website with:
-
-```bash
-cd LiveTerm && yarn dev
-```
-
-Start editing `config.json` and try saving and see the updated changes!
-
-Alternatively, you can clone this repository to a location of your choosing
-
-```bash
-git clone https://github.com/Cveinnt/LiveTerm.git && cd LiveTerm
-```
-
-Then install dependencies and start developing there:
-
-```bash
-yarn install && yarn dev
-```
-
-### Docker Usage
-
-First, clone the project and edit `config.json` to your liking. Then run the following to start the container in the background:
-
-```shell
-docker-compose up -d
-```
-
-If you **know** what you were doing, you can also try changing `Dockerfile` & `docker-compose.yml`!
-Learn more about Docker [here](https://docs.docker.com/get-started/overview/ 'here').
-
-## 📄 Configuration
-
-### Basic Configuration
-
-90% of LiveTerm's configurations are done through the `config.json` file.
-
-```javascript
-{
- "readmeUrl": // create a Github README and link it here!
- "title": // title of the website
- "name": // your name, included in 'about' command
- "ascii": // ascii art to display
- "social": {
- "github": // your handle
- "linkedin": // your handle
- },
- "email": // your email
- "ps1_hostname": "liveterm" // hostname in prompt
- "ps1_username": "visitor", // username in prompt
- "resume_url": "../resume.pdf", // path to your resume
- "non_terminal_url": "W",
- "colors": {
- "light": {
- ...
- },
- "dark": {
- ... // you can use existing templates in themes.json or use your own!
- }
- }
-}
-```
-
-Feel free to change it as you see fit!
-
-### Themes
-
-You can find several pre-configured themes in `themes.json`, and you can replace the colors in `config.json` with the theme color you like! The themes are based on the themes on [this website](https://glitchbone.github.io/vscode-base16-term/#/).
-
-For a better preview of the themes, checkout the images in the `demo` folder.
-
-### Favicons
-
-Favicons are located in `public/`, along with the other files you may want to upload to your website. I used this [website](https://www.favicon-generator.org/) to generate favicons.
-
-### Banner
-
-You may also want to change the output of the `banner` command. To do that, simply paste your generated banner in `src/utils/bin/commands.ts`. I used this [website](https://manytools.org/hacker-tools/ascii-banner/) to generate my banner.
-
-### Advanced Configuration
-
-If you want to further customize your page, feel free to change the source code to your liking!
-
-## 🌐 Deploy on Vercel
-
-The easiest way to deploy a Next.js app is to use the [Vercel Platform](https://vercel.com/) from the creators of Next.js.
-
-You can install `vercel` cli and follow the instruction [here](https://vercel.com/docs/concepts/deployments/overview).
-
-You can also connect your github account to vercel and have vercel automatically deploy the github repository for you.
-
-## Credit
-
-Based on M4TT72's awesome [Terminal](https://github.com/m4tt72/terminal).
diff --git a/config.json b/config.json
index d1fa47c..b0b4e80 100644
--- a/config.json
+++ b/config.json
@@ -1,20 +1,19 @@
{
"readmeUrl": "https://raw.githubusercontent.com/cveinnt/cveinnt/master/README.md",
- "title": "LiveTerm",
- "name": "John Doe",
- "ascii": "liveterm",
+ "title": "Are you really reading this title?",
+ "name": "Faiyaz Rahman",
+ "ascii": "f41yaz",
"social": {
- "github": "github",
- "linkedin": "linkedin"
+ "github": "viscory",
+ "linkedin": "faiyazr"
},
- "email": "contact@email.com",
- "ps1_hostname": "liveterm",
- "ps1_username": "visitor",
- "repo": "https://github.com/Cveinnt/LiveTerm",
- "resume_url": "https://upload.wikimedia.org/wikipedia/commons/c/cc/Resume.pdf",
+ "email": "faiyaz_r@outlook.com",
+ "ps1_hostname": "here",
+ "ps1_username": "guest",
+ "repo": "https://github.com/viscory/viscory.github.io",
+ "resume_url": "http://docs.google.com/document/d/12UwAGKPOlG3jmRZr2tO2BVqtX4pYZhmm6TAyGBRDEBQ/export?format=pdf",
"donate_urls": {
- "paypal": "https://paypal.me/cveinnt",
- "patreon": "https://patreon.com/cveinnt"
+ "wallet": "0x2BA1c436eF129966b6268a63E0f905f2D4FF09bd"
},
"colors": {
"light": {
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9841453
--- /dev/null
+++ b/index.html
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts
index 338c9f8..57267c7 100644
--- a/src/utils/bin/commands.ts
+++ b/src/utils/bin/commands.ts
@@ -47,8 +47,7 @@ export const resume = async (args: string[]): Promise => {
export const donate = async (args: string[]): Promise => {
return `thank you for your interest.
here are the ways you can support my work:
-- paypal
-- patreon
+- ETH
`;
};
@@ -77,7 +76,7 @@ export const google = async (args: string[]): Promise => {
};
export const duckduckgo = async (args: string[]): Promise => {
- window.open(`https://duckduckgo.com/?q=${args.join(' ')}`);
+ window.open(`https://duckduckgo.com/?q=${args.join(' ')} `);
return `Searching duckduckgo for ${args.join(' ')}...`;
};
@@ -122,7 +121,7 @@ export const vi = async (args: string[]): Promise => {
};
export const vim = async (args: string[]): Promise => {
- return `'vim' is so outdated. how about 'nvim'?`;
+ return `'vim' is vintage. but i've heard 'nvim' is cool.`;
};
export const nvim = async (args: string[]): Promise => {
@@ -138,6 +137,23 @@ export const sudo = async (args?: string[]): Promise => {
return `Permission denied: with little power comes... no responsibility? `;
};
+export const doas = async (args?: string[]): Promise => {
+ window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ', '_blank'); // ...I'm sorry
+ return `Permission denied: with little power comes... no responsibility?, at least you aren't bloated `;
+};
+
+export const env = async (args?: string[]): Promise => {
+ return `whatcha looking for over here`;
+};
+
+export const shutdown = async (args?: string[]): Promise => {
+ return `nice try, try reboot instead`;
+};
+
+export const reboot = async (args?: string[]): Promise => {
+ return `why do you hate me`;
+};
+
// Banner
export const banner = (args?: string[]): string => {
return `
diff --git a/src/utils/bin/sumfetch.ts b/src/utils/bin/sumfetch.ts
index e55686e..265c428 100644
--- a/src/utils/bin/sumfetch.ts
+++ b/src/utils/bin/sumfetch.ts
@@ -1,46 +1,33 @@
import config from '../../../config.json';
const sumfetch = async (args: string[]): Promise => {
- if (config.ascii === 'cveinnt') {
- return `
- @@@@@@@@@@@@@ sumfetch: summary display
- @@@@ @@@@ -----------
- @@ @@ ABOUT
- @@ @@ ${config.name}
- @@ @@ ﰩ ${config.ps1_hostname}
- @@ @@@ @@ resume
-@@ @@@ @@ 爵 Github repo
-@@ @@ -----------
-@@ .@@@@@@@@@@. @@ CONTACT
- @@ @@ @@ @@ ${config.email}
- @@ @@ @@ @@ github.com/${config.social.github}
- @@ @@@@@@ @@ linkedin.com/in/${config.social.linkedin}
- @@@ @@@ -----------
- @@@ @@@ @@ DONATE
- @| @@@@@@@@@@@@@@@@ @@ ${config.donate_urls.paypal}
- @| @@ ${config.donate_urls.patreon}
+ return `
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣤⣶⣿⣷⣤⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ sumfetch: a summary
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⠀⠀⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -----------
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣤⣤⣤⣶⣶⣾⡿⠃⠀⠀⠀⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⢿⣶⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢶⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ABOUT
+⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣿⣿⣿⣿⣧⠀⠈⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ${config.name}
+⠀⠀⠀⠀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣿⣿⣿⣷⣦⠀⠀⠀⠀⠀⠀⠀ ﰩ ${config.ps1_hostname}
+⠀⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀ resume
+⠀⠀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣄⡀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⡀⠀⠀ Github repo
+⢀⣾⣿⣿⣿⣿⣿⣿⠿⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⢀⣠⣤⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀ -----------
+⣼⣿⣿⣿⠟⠋⠁⠀⠀⠀⠈⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣠⣿⣿⣿⣿⣿⣿⣄⣤⣶⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀ CONTACT
+⣿⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⣿⣿⣿⠟⠛⠛⢛⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠻⣿⣿⣿⣿⣿⣿⡆ ${config.email}
+⢻⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠿⠋⠀⠀⣀⣴⣾⡿⠿⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⣿⣿⣿⣿⣿⣿⣿⣿⠋⠀⠀⢰⣿⣿⠻⣿⣿⣿⣧ github.com/${config.social.github}
+⠈⠿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣾⣿⣿⣇⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇⠀⠀⠈⢻⣿⣿⣿⣿⡿⠃⠀⠀⠀⢸⣿⣿⡆⠈⢿⣿⣿ linkedin.com/in/${config.social.linkedin}
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠿⢿⣿⡟⢿⣿⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⢀⣾⡿⣿⣿⠿⣿⠀⠀⠀⠀⣸⣿⣿⣷⠀⠸⣿⡿ -----------
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠀⠘⠉⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡀⠀⠀⠙⠁⠸⠟⠀⠀⠀⠀⠀⢸⣿⣿⣿⣧⣄⠀⣿⠃ DONATE
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⣀⡀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⠀⠀⠀ Ξ ${config.donate_urls.wallet}
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣿⣿⣿⠿⠋⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⣠⣼⠟⠁⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⣀⣤⣴⣶⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠿⠿⠟⠛⠛⠉⠉⠉⠉⠉⠛⠛⠿⠿⠿⠿⣿⣿⣿⣿⣿⣿⡋⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠉⢹⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⠿⢿⣿⣿⣿⠦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠛⢹⡟⠙⠻⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
+
`;
- } else {
- return `
- ▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄ sumfetch
- ▄▓▓▀ ▄▓▓▀▓▓▓▀▓▓▄ ▀▀▓▓▄ -----------
- ▓▓▀ ▄▓▀ ▐▓▓ ▀▓▓ ▓▓▄ ABOUT
- ▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ${config.name}
- ▓▓ ▓▓▓ ▐▓▓ ▐▓▓ ▓▓ resume
-▐▓▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▓ 爵 Github repo
-▐▓ ▐▓ -----------
-▐▓ > L I V E T E R M ▐▓ CONTACT
-▐▓ ▐▓ ${config.email}
-▐▓▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▓ github.com/${config.social.github}
- ▓▓ ▐▓▓ ▓▓ ▐▓▓ ▓▓ linkedin.com/in/${config.social.linkedin}
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -----------
- ▓▓▓ ▐▓▓ ▓▓ ▓▓▓ ▓▓▀ DONATE
- ▀▓▓▄▄ ▀▓▓▄▓▓▄▓▓▓▄▄▓▓▀ ${config.donate_urls.paypal}
- ▀▓▓▓▓▓▓▓▓▓▓▓▀▀ ${config.donate_urls.patreon}
-`;
- }
};
export default sumfetch;