Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djnnvx/dotfiles
basic archlinux config
https://github.com/djnnvx/dotfiles
archlinux i3blocks i3gaps neovim rofi
Last synced: 23 days ago
JSON representation
basic archlinux config
- Host: GitHub
- URL: https://github.com/djnnvx/dotfiles
- Owner: djnnvx
- Created: 2023-08-28T12:07:42.000Z (over 1 year ago)
- Default Branch: stable
- Last Pushed: 2024-08-13T21:24:21.000Z (4 months ago)
- Last Synced: 2024-08-14T20:47:40.571Z (4 months ago)
- Topics: archlinux, i3blocks, i3gaps, neovim, rofi
- Language: Lua
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Not happy with the current config, a lot of things may change, but im just
saving this here for myself.## installing
This is meant to be used with Archlinux:
```bash
# install the packages
sudo pacman -S - < ./.config/basic_packages.txt# install pipx packages
cat ./.config/pipx_packages.txt | xargs -n 1 pipx install# install go pacakges
# TIP: list them with `gols` alias
cat ./.config/go_packages.txt | xargs -n 1 go install -vcat ./.config/rust_packages.txt | xargs -n 1 cargo install
# install haiti-hash because i use it sometimes
gem install haiti-hash# copy everything to ~
mv -v .config ~
mv -v .bashrc ~
mv -v .gitconfig ~
mv -v .tmux.conf ~
mv -v .xinitrc ~
mv -v .fehbg ~
```