https://github.com/alexhallam/dotfiles
:black_circle::black_circle::black_circle::black_circle::black_circle::black_circle:
https://github.com/alexhallam/dotfiles
debian dotfiles st suckless
Last synced: about 2 months ago
JSON representation
:black_circle::black_circle::black_circle::black_circle::black_circle::black_circle:
- Host: GitHub
- URL: https://github.com/alexhallam/dotfiles
- Owner: alexhallam
- Created: 2019-10-29T22:48:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T14:56:33.000Z (over 3 years ago)
- Last Synced: 2025-02-01T18:45:44.398Z (3 months ago)
- Topics: debian, dotfiles, st, suckless
- Language: Shell
- Homepage:
- Size: 24.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles for a minimal suckless build on Debian 10
The main suckless tools used are `st`, `dmenu` and `dwm`.

### Instructions
```
sudo apt install git stowgit clone https://github.com/alexhallam/dotfiles.git
cd dotfiles
sh install_dots.sh
```#### Brave Browser
```
https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux
```
### WiFiInformation on drivers for wifi cards is on the Debian page https://wiki.debian.org/iwlwifi
WiFi Cards must have non-free software drivers. non-free must be added to `/etc/apt/source.list`. Details here https://wiki.debian.org/SourcesList
```
# add non-free to apt sources
# install library
sudo apt-get install firmware-iwlwifi
# install driver
sudo modprobe -r iwlwifi ; sudo modprobe iwlwifi
# really good cli for easy searching on turning internet on
wicd-curses
```