sudo apt install zsh -y# For Debian Based OS(Ubuntu, Mint, Pardus etc)sudo apt-get install zsh -y #For Debian-based old version operating systems (Ubuntu, Mint, Pardus etc.)sudo pacman -S zsh# For Arch Linuxsudo dnf install zsh# For Redhat-based OS(Centos, Fedora, AlmaLinux, Rocky ...
# export ARCHFLAGS="-arch x86_64" # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run...
The customization possibilities in Ubuntu go much deeper. Try installingGNOME extensionsto add new features to your desktop. For command-line users, shells likeZshorFishoffer powerful features beyond the basic bash shell. Each small change helps build a system that works exactly the way you want ...
This tutorial assumes you’re usingzsh. If you’re not sure, read my guide tofind out which shell you’re using, and replace any references to.zshrcin the steps below with.bash_profileif you’re using Bash. All versions ofRuby on Macautomatically detect which shell you’re using and con...
While Bash is a powerful and popular shell, it’s not the only one available. There are several other shells in the Linux ecosystem that offer unique features and capabilities. Let’s explore two popular alternatives: Zsh and Fish. Zsh: A Robust Bash Alternative ...
zsh_dirs=() for dir in "${directories[@]}" do zsh_dirs+=("${HOMEBREW_PREFIX}/${dir}") done directories=( bin etc include lib sbin share var opt share/zsh share/zsh/site-functions var/homebrew var/homebrew/linked
After logging in as the root user, you have to dotimedatectl statusto check the time. But, if you want to achieve this guide correctly, let's continue a bit... Final touches Creating a user To create a user : useradd -m -U -G wheel -s /bin/zsh [USERNAME]. ...
(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # Install ohmyzsh yay -S nerd-fonts-fira-code # Set this as the monospace font in System Settings yay -S zsh-theme-powerlevel10k-git echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-...
5.之后会看到一个root 身份登录的zsh shell 6. 这一步开始正式安装我们直接使用archinstall来安装,输入archinstall回车 (命令可以按Tab补全) 应该会看到以下界面(方向键上下选择,回车确定,/ 查找) Archinstall language arch安装器语言(没有中文,就别点进去了) Keyboard layout 键盘布局 (默认美式就行) Mirror regi...
Arch Linux 提示信息:连接WiFi用iwctl 手抖的朋友,输入慢一点 ip a 可以看到wlan0连接的ip 1.3 SSH远程连接上X201i(可选) 我在这里为了方便截图,如果你需要向我一样,或者方便复制命令则可以忽略这一步 # ssh默认是开启状态 root@archiso ~ # systemctl status sshd ...