-
Dell Premier Color Software Application
-
nVIDIA GeForce /GTX /Quadro graphic Driver
-
Microsoft Office
-
Chrome
-
Vscode
-
git
-
Wechat
-
Netease Cloud Music
-
Anaconda(Jupyter)
-i. If CMD could not usepython
add following to UserVariable PathC:\Users\Username\Anaconda3
C:\Users\Username\Anaconda3\Scripts
C:\Users\Username\Anaconda3\Library\bin
-ii. Setting Jupyter startpath
a.Delete%USERPROFILE%
in Target
b.Replace the%USERPROFILE%
with the dir path
C:\Users\HANXU\Anaconda3\python.exe C:\Users\HANXU\Anaconda3\cwp.py C:\Users\HANXU\Anaconda3 C:\Users\HANXU\Anaconda3\python.exe C:\Users\HANXU\Anaconda3\Scripts\jupyter-notebook-script.py "C:\Study\Python\Jupyter Notebook"
- Evernote
- WSL
i. Install windows Subsystem for Linux(WSL)
a.Turn on windows feature
b. Download Ubuntu from Microsoft Store,runbash
in cmd
c. Create User
-
Install oh my zsh a. Check if installed zsh
zsh --version
b. Install zsh
sudo apt-get install zsh
c. Install wget
sudo apt-get install zsh
d. Check current bash
echo $SHELL/bin/bash
e. Install oh-my-bash
$ wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
f. Change bash to zsh:
$ chsh -s /bin/zsh
g. Reboot:
$ sudo reboot
h. Use the random theme
gedit ~/.zshrc
ZSH_THEME="random"
ZSH_THEME_RANDOM_CANDIDATES = ( "fino" "ys")
-
Install Incremental completion on zsh
a. Create folder in plugins
cd .oh-my-zsh/plugins
sudo mkdir incr
b. Create newfile
cd incr
sudo gedit incr-0.2.zsh
c. Copy the content incr-0.2.zsh download from mimosa-pudica.net/zsh-incremental.html
d. Add the configutation
gedit ~/.zshrc
source ~/.oh-my-zsh/plugins/incr/incr*.zsh
-
Install Guake
a.Install Guake
sudo apt-get install guake
b.Add it to start application
c. Press F12
-
Install nvbn/theFUCK corrects your previous console command
a. intall the FUCK
sudo apt update
sudo apt install python3-dev python3-pip
sudo pip3 install thefuck
b.You should place this command in your .bash_profile, .bashrc, .zshrc or other startup script:
eval $(thefuck --alias)
# You can use whatever you want as an alias, like for Mondays:
eval $(thefuck --alias FUCK)
5.Install pip
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip