https://github.com/gorillamoe/dotfiles
This is my 🦍🍌 Manjaro 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: 7 months ago
JSON representation
This is my 🦍🍌 Manjaro 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 (about 13 years ago)
- Default Branch: trunk
- Last Pushed: 2025-12-08T08:24:26.000Z (7 months ago)
- Last Synced: 2025-12-09T03:00:03.865Z (7 months ago)
- Topics: dotfiles, linux, neovim, neovim-config, neovim-configs, neovim-configuration, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 41.2 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gorilla Moe's Manjaro Linux 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 git@github.com:gorillamoe/dotfiles.git ~/projects/personal/dotfiles
# Change directory and run shazam
cd ~/projects/personal/dotfiles && shazam
```