Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arc-hugo/dotfiles

Personnal Arch Linux dotfiles
https://github.com/arc-hugo/dotfiles

archlinux bash dotfiles i3wm ncmpcpp neovim picom polybar ranger rofi

Last synced: 21 days ago
JSON representation

Personnal Arch Linux dotfiles

Awesome Lists containing this project

README

        

# Dotfiles
Personnal dotfiles for my Arch Linux system

![shell](shell.png)

## Installation

*It is recommanded to fork this repository so that you can easily review and adapt the code to your system.*

Clone it in your HOME directory.
```
git clone --bare https://github.com/arc-hugo/dotfiles.git $HOME/.dotfiles
```
Define an alias in the current shell.
```
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
```
Checkout the repository content.
```
dotfiles checkout
```

**YOU'RE GOOD TO GO!**