Installation et configuration de ‘fish’

Installation et configuration de ‘fish’.

1/ Installation de ‘fish’.


util01@server1:~$ sudo apt-get install fish

2/ Changement de shell.


util01@server1:~$ sudo chsh -s /usr/bin/fish

3/ Installation de ‘git’.


util01@server1:~$ sudo apt install git

4/ Installation de ‘Oh My Fish’.


util01@server1:~$ curl -L https://get.oh-my.fish | fish

6/ Installation du thème ‘Bobthefish’.


⋊> ~ omf install bobthefish

6/ Installation des fontes ‘Powerline’.


⋊> ~ git clone https://github.com/powerline/fonts.git --depth=1
⋊> ~ cd fonts
⋊> ~/fonts on master ◦
⋊> ~/fonts on master ◦ ./install.sh
⋊> ~/fonts on master ◦ cd ..
⋊> ~ rm fonts/ -rf

7/ Configuration.


util01@server0  ~  set -g theme_powerline_fonts yes
util01@server0  ~  set -g theme_nerd_fonts yes

8/ Installation de ‘Lxterminal’.


util01@server0  ~  sudo apt-get install lxterminal

9/ Configuration de ‘Lxterminal’.


Font : Roboto Mono for Powerline Regular

10/ Se déconnter/Se reconnecter.

Comments are closed, but trackbacks and pingbacks are open.