其他
推荐一款 Shell 装逼神器,已开源!网友:真香。。。
1、创建具有现代感的灵活的跨平台Shell
2、允许你将命令行应用程序与可理解数据结构的Shell进行混合和匹配
3、具有现代命令行应用程序提供的用户体验优化
# 安装开发人员工具
sudo apt updatesudo apt install pkg-config libssl-dev -ysudo apt install libxcb-composite0-dev libx11-dev -y
sudo yum install libxcb openssl-devel libX11-devel -y
brew install openssl cmake
# 在 Linux 上安装 Nushell
cd /tmpcurl -s https://api.github.com/repos/nushell/nushell/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep '\linux.tar.gz' | wget -i -
tar -xvf nu_*_linux.tar.gz
sudo mv nu_*_linux/nushell-*/nu /usr/local/bin
sudo mv nu_*_linux/nushell-*/nu_plugin* /usr/local/bin
sudo dnf copr enable atim/nushell -y && sudo dnf install nushell -y
# 在 macOS 上安装 Nushell
$ brew install nushell
cd /tmpcurl -s https://api.github.com/repos/nushell/nushell/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep '\macOS.zip' | wget -i -
unzip nu_*_macOS.zip
sudo mv nu_*_macOS/nushell-*/nu /usr/local/bin
sudo mv nu_*_macOS/nushell-*/nu_plugin* /usr/local/bin
docker run -it quay.io/nushell/nu:latest
# 将用户 Shell 设置为 Nushell
$ sudo adduser techviewleoAdding user `techviewleo' ...Adding new group `techviewleo' (1000) ...Adding new user `techviewleo' (1000) with group `techviewleo' ...Creating home directory `/home/techviewleo' ...Copying files from `/etc/skel' ...New password:Retype new password:passwd: password updated successfullyChanging the user information for techviewleoEnter the new value, or press ENTER for the defaultFull Name []: Room Number []:Work Phone []: Home Phone []: Other []:Is the information correct? [Y/n] y
sudo chsh -s /usr/local/bin/nu techviewleo
$ su - techviewleo
Password:
Welcome to Nushell 0.28.0 (type 'help' for more info)
/home/techviewleo>
$ su - techviewleoPassword:Welcome to Nushell 0.28.0 (type 'help' for more info)/home/techviewleo>
扫码下方二维码,后台回复【nushell】即可获取
往日文章: 这个高仿微信,差点我就信了
基于SpringBoot 的CMS系统,拿去开发企业官网真香
神仙接私活神器,牛到不行,绝了! SpringBoot物流管理项目,拿去学习吧(源码)
一次性收藏12 个Java开源系统 , 爽 !!!
笔记工具这么多,但这款有点不一样(附源码)
真香啊!接私活必备的 N 个开源项目(附源码合集第一期)!收藏走起!
基于 Spring Boot+Bootstrap 的迷你天猫商城项目,可二次开发接私活!
一个基于 SpringBoot+Redis+Vue 仿饿了么外卖系统(后台+移动端),可二次开发接私活!
源码哥个人微信
添加猿哥个人微信即送一份惊喜大礼包
→ 技术资料共享
→ 技术交流社群
版权申明:内容来源网络,版权归原创者所有。除非无法确认,我们都会标明作者及出处,如有侵权烦请告知,我们会立即删除并表示歉意。谢谢!