Skip to content

jidro/bashrc

Repository files navigation

bashrc

中文说明:

该仓库为本人搜集或本人正在使用的bash shell配置文件 - bashrc

其中,

arch-bashrcArch Linux的默认bash shell配置文件,

deep-bashrcdeepin的默认bash shell配置文件,

fedora-bashrcFedora的默认bash shell配置文件,

fyde-bashrcFydeOS的默认bash shell配置文件,

gentoo-bashrcGentoo的默认bash shell配置文件,

mx-bashrcMX Linux的默认bash shell配置文件,

puppy-bashrcPuppy的默认bash shell配置文件,

mine-bashrc为参照以上所有的bash shell配置文件添加并后续会不断在其他地方参照添加不同配置的本人自用的bash shell配置文件。

虽然我也知道不需要这么多的参数配置,

但是毕竟本人有收集癖,

还请诸君见谅。

😊

如何使用:

  • ① 使用如下命令,将系统自带的bash shell配置文件备份:

    $ mv -v ~/.bashrc ~/.bashrc.bak
  • ② 使用如下命令,将本仓库中想要使用的bash shell配置文件复制到用户目录下:

    $ cp -rfpv <想要使用的bash shell配置文件名称> ~/
  • ③ 使用如下命令,将复制好的想要使用的bash shell配置文件重命名为.bashrc

    $ mv -v ~/<想要使用的bash shell配置文件名称> ~/.bashrc
  • ④ 重启终端或使用如下命令重载bash shell配置:

    $ source ~/.bashrc

English description:

This warehouse is a bash shell configuration file - bashrc that I collect or use

Among them

arch-bashrc It is the default bash shell configuration file of Arch Linux

deep-bashrc It is the default bash shell configuration file of deep

fedora-bashrc It is the default bash shell configuration file of Fedora

fyde-bashrc It is the default bash shell configuration file of FydeOS

gentoo-bashrc It is the default bash shell configuration file of Gentoo

mx-bashrc It is the default bash shell configuration file of MX Linux

puppy-bashrc It is the default bash shell configuration file of Puppy

mine-bashrc In order to reference all the above bash shell configuration files, you will continue to add your own bash shell configuration files with different configurations in other places.

Although I know that I don`t need so many parameter configurations,

I have a collection addiction after all.

Please forgive me.

😊

How to use:

  • ① Use the following command to back up the built-in bash shell configuration file:

    $ mv -v ~/.bashrc ~/.bashrc.bak
  • ② Use the following command to copy the bash shell configuration file you want to use in this warehouse to the user directory:

    $ cp -rfpv <The name of the bash shell configuration file you want to use> ~/
  • ③ Use the following command to rename the copied bash shell configuration file you want to use to . bashrc:

    $ mv -v ~/<The name of the bash shell configuration file you want to use> ~/.bashrc
  • ④ Restart the terminal or reload the bash shell configuration with the following command:

    $ source ~/.bashrc

This is the end. That's all.

About

This repository collects bash shell configuration files for me or I am using, I hope you like it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages