Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-boll/.dotfiles
GNU/Linux 🐧 dotfiles
https://github.com/daniel-boll/.dotfiles
archlinux dotfiles dotfiles-linux neovim neovim-dotfiles stow tmux tmux-conf tmux-configs tmux-dotfiles
Last synced: about 17 hours ago
JSON representation
GNU/Linux 🐧 dotfiles
- Host: GitHub
- URL: https://github.com/daniel-boll/.dotfiles
- Owner: Daniel-Boll
- Created: 2021-11-06T19:25:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:18:01.000Z (21 days ago)
- Last Synced: 2024-10-18T08:27:39.257Z (19 days ago)
- Topics: archlinux, dotfiles, dotfiles-linux, neovim, neovim-dotfiles, stow, tmux, tmux-conf, tmux-configs, tmux-dotfiles
- Language: Lua
- Homepage:
- Size: 2.99 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
.dotfiles
My dotfiles for Artix Linux 🐧---
---
## Installation
First you will need to clone this repository:
```bash
git clone https://github.com/Daniel-Boll/.dotfiles ~/.dotfiles
```or using **gh-cli**
```bash
gh repo clone Daniel-Boll/.dotfiles ~/.dotfiles
```### Manual Linkage
Create symbolic links for the configurations you want to use, e.g.:
```bash
ls -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf
```### Using [GNU Stow](https://www.gnu.org/software/stow/) _(recommended)_
Install GNU Stow _(if not already installed)_Mac: brew install stow
Ubuntu: apt-get install stow
Fedora: yum install stow
Arch: pacman -S stowThen simply use stow to install the dotfiles you want to use:
```
cd ~/.dotfiles
stow nvim
stow tmux
```## TODO
- [X] zshrc config
- [ ] dwm config
- [ ] st config
- [ ] rofi config