Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arc-hugo/dotfiles
- Owner: arc-hugo
- License: mit
- Created: 2020-05-05T21:47:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T09:04:54.000Z (about 3 years ago)
- Last Synced: 2024-11-24T20:41:39.031Z (3 months 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![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!**