fix packer
This commit is contained in:
parent
a3ca79bd27
commit
4acd3938ef
2 changed files with 9 additions and 2 deletions
|
@ -63,8 +63,14 @@ As your new user in your new user's home directory run: (will overwrite some use
|
||||||
For now the setup just installs everything in one shot so you get the GUI whether you need it or not, to use it
|
For now the setup just installs everything in one shot so you get the GUI whether you need it or not, to use it
|
||||||
just run `startx`
|
just run `startx`
|
||||||
|
|
||||||
|
## Post Install
|
||||||
|
|
||||||
|
### Neovim
|
||||||
|
|
||||||
|
- Run `:PackerSync` on first run, `:Mason` to install language servers, `:TSUpdate` after installing language
|
||||||
|
servers to update treesitter
|
||||||
|
|
||||||
## Known issues (aka things to fix and excuses why they aren't):
|
## Known issues (aka things to fix and excuses why they aren't):
|
||||||
- Nvim complains about packer
|
|
||||||
- Awesomewm reload races the bg/color script and may not update. Just reload awesome again manually for now
|
- Awesomewm reload races the bg/color script and may not update. Just reload awesome again manually for now
|
||||||
- Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just kill and restart it,
|
- Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just kill and restart it,
|
||||||
it'll pick up where it left off
|
it'll pick up where it left off
|
||||||
|
|
|
@ -48,6 +48,7 @@ mpd \
|
||||||
neovim \
|
neovim \
|
||||||
nitrogen \
|
nitrogen \
|
||||||
nnn \
|
nnn \
|
||||||
|
nvim-packer-git \
|
||||||
oh-my-zsh-git \
|
oh-my-zsh-git \
|
||||||
otf-font-awesome \
|
otf-font-awesome \
|
||||||
picom \
|
picom \
|
||||||
|
@ -72,9 +73,9 @@ upower \
|
||||||
wal-telegram-git \
|
wal-telegram-git \
|
||||||
wget \
|
wget \
|
||||||
xclip \
|
xclip \
|
||||||
xorg-xrandr \
|
|
||||||
xorg-server \
|
xorg-server \
|
||||||
xorg-xinit \
|
xorg-xinit \
|
||||||
|
xorg-xrandr \
|
||||||
zsh \
|
zsh \
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue