mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +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
|
||||
from `~/.local/bin`
|
||||
- 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 \
|
||||
hyrpidle \
|
||||
hyprlock \
|
||||
jq \
|
||||
neovim \
|
||||
nodejs \
|
||||
npm \
|
||||
@@ -35,6 +36,7 @@ yay -S --noconfirm --needed \
|
||||
pcsc-tools \
|
||||
starship \
|
||||
swaync \
|
||||
tree-sitter-cli \
|
||||
tmux \
|
||||
yubikey-manger \
|
||||
zoxide \
|
||||
|
||||
@@ -5,4 +5,4 @@ mkdir -p ~/.local/share/clipse/tmp_files
|
||||
touch ~/.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