2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntuをセクシーにする

Last updated at Posted at 2018-12-01

youtubeで上がっていてとても参考になるのですが、文字を入力するために動画をストップするとコマンドが見えなくなるので備忘録としてコマンドだけ残します。

Ubuntuがかっこよくなります。


sudo apt update && sudo apt upgrade

LANG=C xdg-user-dirs-gtk-update

echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list && wget https://dl.google.com/linux/linux_signing_key.pub && sudo apt-key add linux_signing_key.pub && sudo apt-get update && sudo apt install google-chrome-stable

sudo apt autoremove

sudo apt-get install powertop

sudo add-apt-repository ppa:linrunner/tlp

sudo apt-get update

sudo apt-get install tlp tlp-rdw

sudo tlp start

sudo reboot

sudo timedatectl set-local-rtc 1

sudo apt update && sudo apt upgrade

sudo add-apt-repository ppa:numix/ppa

sudo add-apt-repository ppa:papirus/papirus

sudo add-apt-repository ppa:snwh/pulp

sudo add-apt-repository ppa:daniruiz/flat-remix

sudo apt update

sudo apt install numix-icon-theme-circle papirus-icon-theme paper-icon-theme flat-remix

sudo apt install git gnome-tweak-tool chrome-gnome-shell

git clone https://github.com/tliron/install-gnome-themes

cd install-gnome-themes

sudo ./install-requirements-debian

./install-gnome-themes

sudo apt install screen fetch

参考サイト

Ribalinux
How to sexy up your Ubuntu 18.04 LTS desktop
https://www.youtube.com/watch?v=dlu2FYsr-HI

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?