Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengux/dotfiles
Dotfiles
https://github.com/pengux/dotfiles
Last synced: about 1 month ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/pengux/dotfiles
- Owner: pengux
- License: mit
- Created: 2019-11-11T20:39:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T06:19:58.000Z (4 months ago)
- Last Synced: 2024-09-10T08:39:39.316Z (4 months ago)
- Language: Vim script
- Size: 532 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles for pengux
Use git bare repository to manage your dotfiles## Usage
### Initialization
```
cd $HOME
git clone --bare https://github.com/pengux/dotfiles $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
```### Add changes
```
dotfiles add /path/to/file
dotfiles commit -m "A short message"
dotfiles push
```
### First-time setup
```
chmod +x $HOME/.config/polybar/launch.sh
chmod +x $HOME/.config/polybar/scripts/check-all-updates.sh
zplug install
zplug load
vim +PlugInstall +qall
```### Setup optional tools
```
go get github.com/joho/godotenv/cmd/godotenv
systemctl --user enable --now restic-backup-timer
```