常用美化指令收藏
Linux美化教程收藏
#
bash agnoster主题<!-- via https://github.com/speedenator/agnoster-bash -->
<!-- download powerline fonts -->git clone https://github.com/powerline/fonts.git fonts \&& cd fonts \&& install.sh
<!-- install theme -->cd $HOME \&& mkdir -p .bash/themes/agnoster-bash \&& git clone https://github.com/speedenator/agnoster-bash.git .bash/themes/agnoster-bash
<!-- init for bash: add to bashrc file -->export THEME=$HOME/.bash/themes/agnoster-bash/agnoster.bashif [[ -f $THEME ]]; then export DEFAULT_USER=`whoami` source $THEMEfi
#
bash 常用aliasalias sb="source ~/.bashrc"alias eb="sudo nano ~/.bashrc"alias cc="clear"
#
Gnome Extensionsinstall gnome-tweaks first. then go to extensions.gnome.org and follow the instructions to install extensions.
name | functions |
---|---|
dash to panel | 合并dock和顶部状态栏 |
drop down terminal | 下拉式终端 |