Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josiah-tan/.dotfiles
contains the dotfiles for moving between different OS
https://github.com/josiah-tan/.dotfiles
Last synced: 20 days ago
JSON representation
contains the dotfiles for moving between different OS
- Host: GitHub
- URL: https://github.com/josiah-tan/.dotfiles
- Owner: Josiah-tan
- Created: 2021-08-15T00:39:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T01:56:57.000Z (9 months ago)
- Last Synced: 2024-11-12T00:37:20.467Z (about 2 months ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Dotfiles
- contains dotfiles for moving in between different OS
- uses stow to perform symlinks
* Stuff to do before
get zsh and oh my zsh first
* Dependencies
#+begin_src bash
sudo apt install ripgrep fd-find ninja-build jq playerctl tmux xclip xsel
#+end_src
also need the following:
- gh
* installation:
- note that for some deeper submodules you are going to have to run git checkout main#+begin_src bash
git clone https://github.com/Josiah-tan/.dotfiles.git ~/.dotfiles
cd .dotfiles
#+end_src
run ./install.zsh as repl
# git submodule update --init --recursive
# git submodule foreach 'git checkout main'* dumb things:
** wifi driver issues:
use second usb to download wifi files** if Debian 10 PyQT5 doesn't work
discord → no Qt platform plugin** if plover never reconnects:
sudo usermod -aG dialout $USER;** dark theme:
firefox → add-ons and themes → dark
sudo apt install gnome-tweaks
gnome-tweaks
** if reconnect machine not working:
For linux reinstall plover_auto_reconnect_machine using Aerick's fork:2
https://github.com/aerickt/plover_auto_reconnect_machine