updated readme and got read of vscode mentions..

This commit is contained in:
quak
2025-03-30 23:55:43 +02:00
committed by scbj
parent 5411ced2db
commit 755f674d38

View File

@@ -1,18 +1,6 @@
# dotfiles # dotfiles
A collection of configuration files meant to be used with GNU stow. A collection of configuration files meant to be used with GNU stow, hence the directory structure.
## Todos
* fish (shell)
* fzf
* configure screen locker
* configure lock screen (probably i3lock)
* sway (wayland in general..)
* terminal emulators to keep in mind:
* `foot` (wayland exclusive)
* `zutty` very lightweight, does not support nerd fonts as of 2025-01-08
## Usage ## Usage
@@ -27,10 +15,13 @@ A collection of configuration files meant to be used with GNU stow.
* eza * eza
* feh * feh
* firefox * firefox
* fzf
* git * git
* ly * ly
* maim * maim
* man * man
* neovim
* pandoc
* pavucontrol * pavucontrol
* picom * picom
* polybar * polybar
@@ -44,7 +35,6 @@ A collection of configuration files meant to be used with GNU stow.
AUR: AUR:
* paru * paru
* visual-studio-code-bin
### Getting the repository ### Getting the repository
@@ -73,3 +63,16 @@ for example
stow alacritty stow alacritty
``` ```
It is important to execute this and similar commands in the root directory of the repository `~/dotfiles` unless you specify source and target locations manually. It is important to execute this and similar commands in the root directory of the repository `~/dotfiles` unless you specify source and target locations manually.
## Todos
* fish (shell)
* configure screen locker
* configure lock screen (probably i3lock)
* sway (wayland in general..)
* terminal emulators to keep in mind:
* `foot` (wayland exclusive)
* `zutty` very lightweight, does not support nerd fonts as of 2025-01-08