Skip to content

A set of configuration files for bash, vim, git, etc to setup a new system fast and easily.

License

Notifications You must be signed in to change notification settings

feil0n9wan9/confiles

Repository files navigation

These are configuration files for bash, vim, git, etc to setup a new system fast and easily.

Installation

Warning: If you want to give these profile files a try, you should review the code and backup some old of them since the installation script will override the old ones with same name.

If you would like to see the old installation, check out this branch.

You'll also need to make sure your system has git, curl or wget installed.

Installation script

To install or update fcfs, you can use the installation script using curl:

curl -o- https://raw.githubusercontent.com/feil0n9wan9/confiles/master/install.sh | bash

or wget

wget -qO- https://raw.githubusercontent.com/feil0n9wan9/confiles/master/install.sh | bash

Add extra commands

If ~/.extra exist, it will be sourced along with the other files. You can use it to add commands you don’t want to commit to a public repository, or to override settings, functions and aliases from the repository.

License

The MIT License (MIT)

Thanks

About

A set of configuration files for bash, vim, git, etc to setup a new system fast and easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published