Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerardroche/dotfiles
My setup and configurations for bash, git, and more.
https://github.com/gerardroche/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
My setup and configurations for bash, git, and more.
- Host: GitHub
- URL: https://github.com/gerardroche/dotfiles
- Owner: gerardroche
- Created: 2015-07-06T16:12:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T10:35:22.000Z (6 months ago)
- Last Synced: 2024-07-23T18:30:23.916Z (6 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage: https://gerardroche.com
- Size: 716 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My setup and configurations for Ubuntu 24.04.
## Installing
You need Ubuntu 24.04. See [the instructions](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview) on how to install.
1. Clone or download the dotfiles to `~/.dotfiles`
1. Run the install script. The install script can be run repeatedly. Existing files that obstruct will be backed up.```sh
git clone https://github.com/gerardroche/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./install
```