mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
edit bootstrap
This commit is contained in:
parent
cc42782dff
commit
cd2ccfd9a6
@ -1,55 +0,0 @@
|
|||||||
base-devel
|
|
||||||
alacritty
|
|
||||||
amd-ucode
|
|
||||||
balena-etcher
|
|
||||||
bashtop
|
|
||||||
brave-bin
|
|
||||||
dhcpcd
|
|
||||||
discord
|
|
||||||
dunst
|
|
||||||
feh
|
|
||||||
flameshot
|
|
||||||
gamemode
|
|
||||||
git
|
|
||||||
gparted
|
|
||||||
imwheel
|
|
||||||
keepassxc
|
|
||||||
lutris
|
|
||||||
lxappearance
|
|
||||||
lxsession
|
|
||||||
mpv
|
|
||||||
neovim
|
|
||||||
nerd-fonts-complete
|
|
||||||
nitrogen
|
|
||||||
lib32-nvidia-utils
|
|
||||||
nvidia-dkms
|
|
||||||
nvidia-settings
|
|
||||||
nvidia-utils
|
|
||||||
openscad
|
|
||||||
openssh
|
|
||||||
pcmanfm
|
|
||||||
picom
|
|
||||||
platformio
|
|
||||||
reflector
|
|
||||||
rofi
|
|
||||||
rsync
|
|
||||||
smbclient
|
|
||||||
steam
|
|
||||||
stow
|
|
||||||
superslicer-prerelease-bin
|
|
||||||
syncthing
|
|
||||||
trash-cli
|
|
||||||
udiskie
|
|
||||||
vifm
|
|
||||||
wine-staging
|
|
||||||
wireguard-tools
|
|
||||||
xarchiver
|
|
||||||
xorg-server
|
|
||||||
xorg-server-xephyr
|
|
||||||
xorg-xev
|
|
||||||
xorg-xinit
|
|
||||||
xorg-xsetroot
|
|
||||||
xorg-xwayland
|
|
||||||
yay
|
|
||||||
zsh
|
|
||||||
herbsluftwm
|
|
4
.xinitrc
4
.xinitrc
@ -1,6 +1,4 @@
|
|||||||
exec dbus-launch xmonad
|
exec dbus-launch xmonad
|
||||||
#exec qtile start
|
#exec qtile start
|
||||||
#picom &
|
|
||||||
#exec dbus-launch --exit-with-session emacs -mm --eval "(exwm-enable)"
|
#exec dbus-launch --exit-with-session emacs -mm --eval "(exwm-enable)"
|
||||||
#--debug-init
|
#exec herbstluftwm --locked
|
||||||
#exec stumpwm start
|
|
||||||
|
14
bootstrap.sh
Normal file
14
bootstrap.sh
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Get and stow dotfiles
|
||||||
|
sudo pacman -S stow
|
||||||
|
sudo pacman -S git
|
||||||
|
git clone https://github.com/starr-dusT/dotfiles.git ~/.dotfiles
|
||||||
|
cd ~/.dotfiles
|
||||||
|
stow .
|
||||||
|
|
||||||
|
# Get aconfmgr and apply
|
||||||
|
mkdir -p ~/.git
|
||||||
|
git clone https://github.com/CyberShadow/aconfmgr.git ~/.git/aconfmgr
|
||||||
|
cd ~/.git/aconfmgr
|
||||||
|
./aconfmgr apply
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user