a lot
This commit is contained in:
Vendored
+1
-3
@@ -5,9 +5,7 @@ sudo apt-get update
|
||||
sudo apt-get -y install git unity-tweak-tool ultra-flat-icons flatabulous-theme zsh
|
||||
|
||||
mkdir ~/program
|
||||
sudo apt install git zsh
|
||||
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/program/.oh-my-zsh
|
||||
|
||||
bash ~/program/.oh-my-zsh/tools/install.sh
|
||||
|
||||
chsh -s /usr/bin/zsh
|
||||
|
||||
|
||||
Vendored
+40
@@ -0,0 +1,40 @@
|
||||
# ubuntu 18.04 env
|
||||
|
||||
|
||||
## sogou pinyin
|
||||
|
||||
```bash
|
||||
# details referring to https://blog.csdn.net/lupengCSDN/article/details/80279177
|
||||
sudo apt install fcitx
|
||||
sudo dpkg -i sogou*****.deb
|
||||
|
||||
sudo apt install -f
|
||||
|
||||
sudo dpkg -i sogou***.deb
|
||||
```
|
||||
|
||||
## 双系统造成的windows时间错误
|
||||
|
||||
先在ubuntu下更新一下时间,确保时间无误:
|
||||
|
||||
> sudo apt install ntpdate
|
||||
> sudo ntpdate time.windows.com
|
||||
|
||||
然后将时间更新到硬件上
|
||||
|
||||
> sudo hwclock --localtime --systohc
|
||||
|
||||
|
||||
## ubuntu dock
|
||||
|
||||
> gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
|
||||
|
||||
|
||||
|
||||
## NetSpeed 监控网速
|
||||
|
||||
在Ubuntu software 搜索
|
||||
|
||||
## Coverflow Alt-Tab
|
||||
|
||||
优化 alt tab
|
||||
Reference in New Issue
Block a user