https://github.com/semitable/dotfiles
https://github.com/semitable/dotfiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/semitable/dotfiles
- Owner: semitable
- Created: 2022-05-03T21:03:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T10:29:43.000Z (over 1 year ago)
- Last Synced: 2024-12-17T11:31:27.625Z (over 1 year ago)
- Language: Shell
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
sudo apt install curl zsh git
chsh -s `which zsh`
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply semitable
zsh
```
### For alacritty:
```bash
sudo apt install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 cargo
cargo install alacritty
```
### tmux:
```bash
sudo apt install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```
And ctrl+a and I (to install plugins)
### To make audio work:
```bash
sudo apt install pulseaudio-utils
```
### For rofi:
Visit [https://github.com/adi1090x/rofi](https://github.com/adi1090x/rofi).
### for i3lock:
I install i3lock-color: [https://github.com/Raymo111/i3lock-color](https://github.com/Raymo111/i3lock-color)