Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjshkhr/dotfiles
~/
https://github.com/rjshkhr/dotfiles
dotfiles linux
Last synced: 6 days ago
JSON representation
~/
- Host: GitHub
- URL: https://github.com/rjshkhr/dotfiles
- Owner: rjshkhr
- License: gpl-3.0
- Created: 2020-07-18T16:25:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T15:34:43.000Z (11 days ago)
- Last Synced: 2024-11-02T16:26:59.975Z (11 days ago)
- Topics: dotfiles, linux
- Language: Lua
- Homepage:
- Size: 4.89 MB
- Stars: 172
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##
Details
- **Operating System:** Arch Linux
- **Window Manager:** Qtile
- **Compositor:** Picom
- **Notification Daemon:** Dunst
- **Clipboard Manager:** Greenclip
- **Terminal:** Kitty
- **Terminal Font:** IosevkaTerm NFM
- **Shell:** Bash
- **Dynamic Menu:** Dmenu
- **Text Editor:** Neovim
- **File Manager:** Ranger
- **Document Viewer:** Zathura##
Installation
```shell
mv ~/.config ~/.config-bak
mkdir -p ~/.config/ ~/Projects
echo "alias config='/usr/bin/git --git-dir=$HOME/Projects/dotfiles/ --work-tree=$HOME'" >> $HOME/.bashrc
source ~/.bashrc
mv ~/.bashrc ~/.bashrc-bak && mv ~/.bash_profile ~/.bash_profile-bak
git clone --bare [email protected]:rjshkhr/dotfiles.git $HOME/Projects/dotfiles
config checkout
config config --local status.showUntrackedFiles no
```