mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Some todo notes, and install packages script updates.
This commit is contained in:
3
TODO.md
3
TODO.md
@@ -13,3 +13,6 @@
|
|||||||
- Separate scripts that are used for configurations / store them somewhere aside
|
- Separate scripts that are used for configurations / store them somewhere aside
|
||||||
from `~/.local/bin`
|
from `~/.local/bin`
|
||||||
- Remove system-d stuff (don't think it's needed).
|
- Remove system-d stuff (don't think it's needed).
|
||||||
|
- Clipse didn't work when installed on a new machine when I try to use the
|
||||||
|
config in the dotfiles, but works if I use the default config. Need to explore
|
||||||
|
why.
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ yay -S --noconfirm --needed \
|
|||||||
hyprpaper \
|
hyprpaper \
|
||||||
hyrpidle \
|
hyrpidle \
|
||||||
hyprlock \
|
hyprlock \
|
||||||
|
jq \
|
||||||
neovim \
|
neovim \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
@@ -35,6 +36,7 @@ yay -S --noconfirm --needed \
|
|||||||
pcsc-tools \
|
pcsc-tools \
|
||||||
starship \
|
starship \
|
||||||
swaync \
|
swaync \
|
||||||
|
tree-sitter-cli \
|
||||||
tmux \
|
tmux \
|
||||||
yubikey-manger \
|
yubikey-manger \
|
||||||
zoxide \
|
zoxide \
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ mkdir -p ~/.local/share/clipse/tmp_files
|
|||||||
touch ~/.local/share/clipse/clipboard_history.json
|
touch ~/.local/share/clipse/clipboard_history.json
|
||||||
chmod 600 ~/.local/share/clipse/clipboard_history.json
|
chmod 600 ~/.local/share/clipse/clipboard_history.json
|
||||||
|
|
||||||
mkdir ~/Pictures
|
mkdir ~/Pictures >/dev/null 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user