Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjshkhr/dotfiles

~/
https://github.com/rjshkhr/dotfiles

dotfiles linux

Last synced: 6 days ago
JSON representation

~/

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
```