Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ❤️.
- Host: GitHub
- URL: https://github.com/gorillamoe/dotfiles
- Owner: gorillamoe
- Created: 2013-05-21T15:28:13.000Z (over 11 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-23T20:51:30.000Z (20 days ago)
- Last Synced: 2024-10-25T04:58:49.527Z (18 days ago)
- Topics: dotfiles, linux, neovim, neovim-config, neovim-configs, neovim-configuration, neovim-dotfiles
- Language: Shell
- Homepage:
- Size: 6.07 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```