ubuntu19.10 related software installed

1.Typora

Typora is a Markdown writing software, Linux version is also very easy to use.

Typora done as follows:

# or run:
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE

wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -

# add Typora's repository

sudo add-apt-repository 'deb https://typora.io/linux ./'

sudo apt-get update

# install typora

sudo apt-get install typora

2.zsh

With the OH My zsh zsh shell is a more useful tool

To download zsh:

sudo apt-get install zsh

Install oh my zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

In the Settings dialog box, the default bash zsh options, fill y to confirm.

Configuration file in the user directory .zshrsc file

3.Vscode

vscode is a common programming software, you can click on the download link

4.gnome beautification

sudo apt-get update
sudo apt-get install gnome-weaks
sudo apt-get install chrome-gnome-shell

Open with Firefox https://extensions.gnome.org , click on the page to expand the prompts to install, refresh the interface after installation

Enter the user themes in the search box on the page, and click on the find

In user themes interface to the right of the page click OFF to ON can be friends

gnome theme also in https://www.gnome-look.org Find

5.Dash to Dock

Open with Firefox https://extensions.gnome.org , web search box to enter Dash to Dock, click the find

Dash to Dock interface in the right side of the page click OFF to ON can

6.NetSpeed

Ibid, page connection https://extensions.gnome.org/extension/104/netspeed/ , similar to the above method can be installed


To be continued ...

Guess you like

Origin www.cnblogs.com/mrcangye/p/12340251.html