https://github.com/faouzimohamed/dot-files
My personal dotfiles in most linux distro
https://github.com/faouzimohamed/dot-files
dot-files termux ubuntu wsl
Last synced: 2 months ago
JSON representation
My personal dotfiles in most linux distro
- Host: GitHub
- URL: https://github.com/faouzimohamed/dot-files
- Owner: faouziMohamed
- License: mit
- Created: 2021-01-07T00:13:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T19:48:58.000Z (about 4 years ago)
- Last Synced: 2025-03-30T18:12:24.769Z (6 months ago)
- Topics: dot-files, termux, ubuntu, wsl
- Language: Shell
- Homepage:
- Size: 228 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dot-files (.*)
My personal dot-files in Ubuntu, android termux and WSL(on windows)
![]()
## Installation
### Warning
- If you want to give these dot-files a try, you ***should first fork this repository, review the code, and remove things you don’t want or need***. Don’t blindly use my settings unless you know what that entails. Use at your own risk!- You probably don't need to sign your git commits using my git `user.name` and `user.email`, though.
For that you must either remove or edit these two first lines in the [home/user/git/_gitconfig.txt](home/user/git/_gitconfig.txt) file changing the name here `Faouzi Mohamed` by the name you want and changing the email `57812398+faouziMohamed@users.noreply.github.com` replacing by the your.
```bash
1| user.name, Faouzi Mohamed
2| user.email, 57812398+faouziMohamed@users.noreply.github.com
..| ...
```
_________________________
### Installation steps
* You can clone the repository wherever you want.
* The bootstrapper script will pull in the latest version and copy the files to your home folder using `rsync` command.Before install make sure that `rsync` is installed :
```bash
sudo apt install rsync
```Clone the repository wherever you want or download the repository in zip format.
```bash
git clone git@github.com:faouziMohamed/dot-files.git
# Or
git clone https://github.com/faouziMohamed/dot-files.git
```
```bash
cd dot-files
chmod +x bootstrap.sh
source bootstrap.sh
```Alternatively, to update while avoiding the confirmation prompt:
```bash
set -- -f; source bootstrap.sh
```## License
This repository is under [MIT](LICENSE) license
## Feedback
Suggestions and improvements are [welcome](https://github.com/faouziMohamed/Dot-files/issues)
## <^>
Don't forget to give a star if you like and if you want more cool stuff for your dotfiles you can visit this github repo ([mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)) to find more awesome stuff.
## Thanks...* Especially for [Mathisbynens](https://github.com/mathiasbynens)'s dot-files repo and many others.