Skip to content

Commit fd976fc

Browse files
updated readme.md
1 parent 0b21420 commit fd976fc

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@ Repo containing helper shell scripts to install all the necessary packages while
66

77
## Documentation
88
- **`bensh.sh`** System benchmarking (for both desktop or server)
9-
```
10-
$ wget -O - https://dl.mrinal.xyz/x/bench.sh | bash
9+
```console
10+
wget -O - https://dl.mrinal.xyz/x/bench.sh | bash
1111
```
1212

1313
- **`desktop/setup.sh`** Desktop setup script
14-
```shell
15-
$ wget -O - https://dl.mrinal.xyz/x/desktop/setup.sh | bash
14+
```console
15+
wget -O - https://dl.mrinal.xyz/x/desktop/setup.sh | bash
1616
```
1717
- List of packages it installs
1818
```
1919
git, zip, zsh,gcc,htop,make,unzip,libc-dev,mitmproxy,libffi-dev, terminator, python3-pip, python3-dev, dconf-editor, gnome-tweaks, libxml2-utils, build-essential, apt-transport-https, indicator-multiload, gnome-shell-extensions
2020
```
2121
- Setting up the default terminal
22-
```shell
23-
$ sudo update-alternatives --config x-terminal-emulator
22+
```console
23+
sudo update-alternatives --config x-terminal-emulator
2424
```
2525
- Setting up custom `zsh` prompt
26-
```shell
27-
$ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
26+
```console
27+
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
2828
```
2929
Enabling `zsh` shell as default
30-
```shell
31-
$ chsh
32-
$ /bin/zsh # enter in the prompt
30+
```console
31+
chsh
3332
```
33+
then, /bin/zsh # enter in the prompt
3434
- Installs flat icon theme from [snwh](https://launchpad.net/~snwh/+archive/ubuntu/ppa?field.series_filter=bionic)
3535
- Run docker without `sudo`
36-
```shell
37-
$ sudo usermod -aG docker ${USER}
38-
$ su - ${USER}
39-
$ id -nG
40-
$ sudo usermod -aG docker ${USER}
36+
```console
37+
sudo usermod -aG docker ${USER}
38+
su - ${USER}
39+
id -nG
40+
sudo usermod -aG docker ${USER}
4141
```
4242
- **`server/setup.sh`** Server setup script
43-
```shell
44-
$ wget -O - https://dl.mrinal.xyz/x/server/setup.sh | bash
43+
```console
44+
wget -O - https://dl.mrinal.xyz/x/server/setup.sh | bash
4545
```
4646
- List of packages it installs on server
4747
```

0 commit comments

Comments
 (0)