https://github.com/samsja/dotfiles
My dotfiles for my manjaro i3 linux configuration,
https://github.com/samsja/dotfiles
dotfiles i3-config i3wm manjaro manjaro-i3-dotfiles
Last synced: 7 months ago
JSON representation
My dotfiles for my manjaro i3 linux configuration,
- Host: GitHub
- URL: https://github.com/samsja/dotfiles
- Owner: samsja
- Created: 2021-03-20T23:48:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T15:45:21.000Z (over 1 year ago)
- Last Synced: 2025-01-07T21:25:53.072Z (9 months ago)
- Topics: dotfiles, i3-config, i3wm, manjaro, manjaro-i3-dotfiles
- Language: Shell
- Homepage:
- Size: 21 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samsja Dotfiles
using a git repo and config alias inspire by this [link](https://www.atlassian.com/git/tutorials/dotfiles)
## How to setup
```shell
mkdir $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
```