Skip to content

Commit

Permalink
update: packages, todos
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed May 29, 2024
1 parent d1261e2 commit 4616276
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
36 changes: 23 additions & 13 deletions .scripts/post_install/install.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
TODO
- Install a font
- Add Images for backgrounds ie. Rofi, desktops...
- Fix time values
- Install Blurlock
- Install autocpfreq
- Install powertop
- Install acpid
- Add Starship config
- Check on conky
- Nvim file and grep not working
- Mouse functionality for inverted scrolling, tapping

# TODO
[] - Install a font
[] - Fix time values
[] - Configure a Blurlock system
[] - Install autocpfreq
[] - Install powertop
[] - Install acpid
[] - Check on conky
[] - Nvim file and grep not working
[] - Mouse functionality for inverted scrolling, tapping
[] - Bluetooth(Blueman)
[] - Screen Capture
[] - Clipboard tool
[] - Cursors
[] - System Tray
[] - Polkit for Authentication Agent
[x] - Session Lock
[x] - Swap Partition
[x] - Fingerprint sensor
[] - Different backgrounds dependent on the screen resolution
[] - Add Images for backgrounds ie. Rofi, desktops...
[x] - Get tmux working
[] - Install Theme
12 changes: 7 additions & 5 deletions .scripts/post_install/packages.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
alsa-utils
bluez
bluez-utils
dhcpcd
dunst
dust
fprintd
fzf
htop
i3lock
iwd
lazygit
libinput
Expand All @@ -12,19 +16,17 @@ nitrogen
picom
pcmanfm
pulseaudio
pulseaudio-bluetooth
ripgrep
rofi
sof-firmware
starship
tmux
unzip
vifm
vivaldi
xautolock
xclip
xdotool
xfce4-power-manager
zsh-autosuggestions
zsh-history-substring-search
zsh-syntax-highlighting
zsh-history-substring-search
xss-lock
zip
1 change: 0 additions & 1 deletion .scripts/pre_install/packages.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
alacritty
gcc
git
networkmanager
sudo
xorg
xinit
Expand Down
2 changes: 1 addition & 1 deletion alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import = ["/home/njuwate/.config/alacritty/themes/monokai_charcoal.toml"]
TERM = "alacritty"

[font]
size = 12
size = 8

[font.bold]
family = "Code New Roman Nerd Font"
Expand Down
2 changes: 1 addition & 1 deletion tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bind | split-window -h

unbind '"'
bind - split-window -v
#Act like VIM
# Act like VIM
set -g mode-keys vi

# bind k next-window
Expand Down

0 comments on commit 4616276

Please sign in to comment.