https://github.com/urban233/linuxconfigfiles
This is a repo where I collect all my config files for various linux applications.
https://github.com/urban233/linuxconfigfiles
bash config fish starship-prompt terminator-terminal
Last synced: about 1 month ago
JSON representation
This is a repo where I collect all my config files for various linux applications.
- Host: GitHub
- URL: https://github.com/urban233/linuxconfigfiles
- Owner: urban233
- License: gpl-3.0
- Created: 2022-02-08T20:09:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T13:56:25.000Z (about 3 years ago)
- Last Synced: 2023-12-09T21:21:49.451Z (over 1 year ago)
- Topics: bash, config, fish, starship-prompt, terminator-terminal
- Language: Shell
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinuxConfigFiles
This is a repo where I collect all my config files for various linux applications.## Content
- bashrc
- bash_profile
- config.fish
- starship.toml
- config (from Terminator)## Installation
First clone this repo.
```
git clone https://github.com/urban233/LinuxConfigFiles.git
```
This is useful to do, because when the repo gets updated, you will get the changes in the repo directory.
You can update the repo with following command:
```
git pull
```
**Important**: you have to run the command in the directory of the GitHub repository!
To use these config files, add them in the appropriate directory. These can be found in the subfolders for each application (shell).## Contributing
If you wish to share your modified config files with this repo, start a pull request. This should prevent messing up my config files.## Example: Fish Shell Fedora
