Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tp5uiuc/dotfiles
Personal configuration files for *sh, Editors, Tmux, Terminals and more.
https://github.com/tp5uiuc/dotfiles
dotfiles dotfiles-linux dotfiles-macos
Last synced: about 2 months ago
JSON representation
Personal configuration files for *sh, Editors, Tmux, Terminals and more.
- Host: GitHub
- URL: https://github.com/tp5uiuc/dotfiles
- Owner: tp5uiuc
- License: mit
- Created: 2021-12-31T21:47:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T01:19:04.000Z (5 months ago)
- Last Synced: 2024-08-03T03:18:55.224Z (5 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dotfiles
[![License][lb]][ll]
[![Pipeline Status][pb]][pl]
[![Powered by Antibody][ab]][al]> Personal configuration files for *sh, Editors, Tmux, Terminals and more.
![screenshot 1][scrn1]
[lb]: https://img.shields.io/badge/license-MIT-blue.svg
[ll]: https://gitlab.com/parthas1/dotfiles/blob/master/LICENSE.md
[ab]: https://img.shields.io/badge/powered%20by-antibody-blue.svg
[al]: https://github.com/getantibody/antibody
[pb]: https://gitlab.com/parthas1/dotfiles/badges/master/pipeline.svg
[pl]: https://gitlab.com/parthas1/dotfiles/commits/master
[scrn1]: /.docs/screenshot.png## Installation
### Dependencies
First, make sure you have all those things installed:
- `git`: to clone the repo
- `curl`: to download some stuff
- `tar`: to extract downloaded stuff
- `zsh`: to actually run the dotfiles
- `sudo`: some configs may need that### Install
Then, run these steps:
```console
$ git clone https://github.com/tp5uiuc/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./script/bootstrap
$ zsh # or just close and open your terminal again.
```
> All changed files will be backed up with a `.backup` suffix.## Thanks
Inspired from [carlos' dotfiles](https://github.com/caarlos0/dotfiles)