https://github.com/tankibaj/dotfiles-ubuntu
Your dotfiles are how you personalize your system. These are mine for Ubuntu
https://github.com/tankibaj/dotfiles-ubuntu
bash dotfile dotfiles shell ubuntu zsh
Last synced: 2 months ago
JSON representation
Your dotfiles are how you personalize your system. These are mine for Ubuntu
- Host: GitHub
- URL: https://github.com/tankibaj/dotfiles-ubuntu
- Owner: tankibaj
- Created: 2020-07-16T17:53:58.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T16:37:05.000Z (over 3 years ago)
- Last Synced: 2025-02-17T21:38:31.812Z (over 1 year ago)
- Topics: bash, dotfile, dotfiles, shell, ubuntu, zsh
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚠️ DEPRECATED
> Further development has moved to [tankibaj/dotfiles](https://github.com/tankibaj/dotfiles).
Your dotfiles are how you personalize your system. These are mine.
Every time I set up a new Ubuntu machine, I manually copied my .bashrc file to each machine. It was a real mess. So, I decided to execute a single command on a new machine to pull down all of my dotfiles and install all the tools I commonly use. That’s why I have created this dotfiles repository. It helps me to automate the setup process and maintain aliases.
## Install dotfiles
###### wget
```bash
bash -c "$(wget -O- -q https://raw.githubusercontent.com/tankibaj/dotfiles-ubuntu/main/install.sh)"
```
###### curl
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tankibaj/dotfiles-ubuntu/main/install.sh)"
```