Until Windows Subsystem for Linux (WSL) is installed in Windows and fish is installed

environment

Windows 10 version 1909

Insert WSL

Right click on the start button Press "Apps and Features (F)" Press Programs and Features image.png Enable or disable Windows features image.png Check the Windows subsystem for Linux and restart your PC (There was no Windows Subsystem for Linux in other articles) image.png Open Microsoft Store Search by typing Ubuntu in the search window image.png You can choose any Ubuntu, but this time install "Ubuntu 20.04 LTS"

Start Ubuntu, wait a moment and enter your username and password If you are an experienced Linux user, you may be accustomed to it, but even an inexperienced person should be able to read English. If you can't read English, copy and paste it into Google Translate or DeepL Translator and do your best. To copy and paste, select a range and right-click.

OK if such a screen is displayed image.png

After installing Ubuntu, run the following command to update the package.

sudo apt-get update

install fish

Let's install fish shell.

sudo apt-add-repository ppa:fish-shell/release-2
sudo apt-get install fish

To check if the installation was successful, run the command to check the version.

fish --version

Change the default shell to fish.

chsh -s /usr/bin/fish

fish, version 3.1.It is OK if the version information is returned like 0.



# install fisher

 Let's install fisher.
 A package manager for fish.
 Needed to customize fish in various ways.

```shell
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish

Now you can customize it in various ways. Let's enter your favorite color theme from the link below. https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md I will try "bob the fish" as an example.

fisher install oh-my-fish/theme-agnoster

At the end

It's very difficult to use, probably because I'm not used to it.

Recommended Posts

Until Windows Subsystem for Linux (WSL) is installed in Windows and fish is installed
Windows Subsystem for Linux is not displayed
WSL2 (Windows Subsystem for Linux) installation procedure
When Windows Subsystem for Linux (WSL) cannot be started
How to set up Ubuntu for Windows Subsystem for Linux 2 (WSL2)
Comfortable LaTeX with Windows Subsystem for Linux and VS Code
pykintone on Windows Subsystem for Linux
[Python] Until CuPy is installed on Windows 10 and CUDA core is used
[Work memo] Until matplotlib and numpy are installed in Amazon Linux
Install wsl2 and master linux on windows
Windows → linux Tips for bringing in data
When I tried to use Python on WSL (windows subsystem for linux), it got stuck in Jupyter (solved)
Linux (WSL) on Windows
What is Linux for?
How to set up WSL2 on Windows 10 and create a study environment for Linux commands
Use Linux on Windows 10 (WSL2)
Until various crypt implementations in Linux Kernel for ARM are called
About the procedure for linking Visual Studio Code for Windows and WSL
Goodbye to the command prompt in WSL, VSCode and Windows Terminal
Reasons and work notes for the tool / environment kitchen to switch the main PC from Linux to Windows + WSL2
Differences between Windows and Linux directories
Difference between == and is in python
(Windows10) Install Linux environment and gnuplot.
WSL2 ~ Linux on Windows ~ (Part 1: Introduction)
Bring files in Windows to WSL
Put MeCab binding for Python with pip on Windows, mac and Linux