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: 29 days ago
JSON representation
Personnal Arch Linux dotfiles
- Host: GitHub
- URL: https://github.com/arc-hugo/dotfiles
- Owner: arc-hugo
- License: mit
- Created: 2020-05-05T21:47:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T09:04:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T19:36:48.820Z (about 1 year ago)
- Topics: archlinux, bash, dotfiles, i3wm, ncmpcpp, neovim, picom, polybar, ranger, rofi
- Language: Python
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Personnal dotfiles for my Arch Linux system

## 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!**