Skip to content

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 ❤️.

License

Notifications You must be signed in to change notification settings

gorillamoe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for more details.

The following software will be configured / symlinked

Various dotfiles will be symlinked:

Installation

Note

shazam.sh is used to symlink the dotfiles.

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

# Clone the repository
git clone [email protected]:gorillamoe/dotfiles.git ~/projects/personal/dotfiles
git submodule update --init --recursive --remote 

# Change directory
cd ~/projects/personal/dotfiles
# .. and run the setup script
./setup.sh

Download private SSH keys and place them in ~/.ssh/

cp path/to/private/id_rsa ~/.ssh/id_rsa
cp path/to/private/id_rsa.pub ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub

Download private GPG keys and import them:

gpg --import path/to/private/key.asc

About

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 ❤️.

Topics

Resources

License

Stars

Watchers

Forks