Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gorillamoe/dotfiles

This is my 🦍🍌 Ubuntu setup ♻️ repository. It contains my dotfiles, as well as a few scripts to set up my system the way I love it ❤️.
https://github.com/gorillamoe/dotfiles

dotfiles linux neovim neovim-config neovim-configs neovim-configuration neovim-dotfiles

Last synced: 15 days ago
JSON representation

This is my 🦍🍌 Ubuntu setup ♻️ repository. It contains my dotfiles, as well as a few scripts to set up my system the way I love it ❤️.

Awesome Lists containing this project

README

        

Gorilla Moe's Ubuntu Setup Files
================================

This is my 🦍🍌 Linux 🐧 setup ♻️ repository.

It contains my dotfiles, as well as a few scripts to set up my system the way I love it ❤️.

## The following software will be installed

Various software will be installed from the package manager,
see [setup.sh](./setup.sh) for more details.

## The following software will be configured / symlinked

Various dotfiles will be symlinked:

- See [configurations/](./configurations/) and
- [shazam.yml](./shazam.yml) (`.configurations`) for more details.

## Installation

> [!NOTE]
> [shazam.sh](https://github.com/mistweaverco/shazam.sh) is used to symlink the dotfiles.

```sh
# Ensure directory exists
mkdir -p ~/projects/personal

# Clone the repository
git clone [email protected]:gorillamoe/dotfiles.git ~/projects/personal/dotfiles

# Change directory and run shazam
cd ~/projects/personal/dotfiles && shazam
```