Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# dotfiles




Follow on X


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
```