Compare commits

..

No commits in common. "2207c46026c4d25cd56db54739aa4109ccc50bd5" and "00ac0bb2fd26c3e7ffc56f7c7a61bba7bd154dab" have entirely different histories.

2 changed files with 7 additions and 6 deletions

View File

@ -11,4 +11,4 @@ DWM + DMenu + DWMBlocks
ssh://git@git.luke-else.co.uk:222/luke-else/dmenu.git
ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
install https://github.com/coastalwhite/lemurs
install https://github.com/fairyglade/ly

View File

@ -1,5 +1,5 @@
sudo pacman -Syu
sudo pacman -Sy rustup cmake neovim fish go xorg-xsetroot alacritty spotifyd neofetch discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel
sudo pacman -Sy rustup cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel
mv ../.xinitrc ~/.xinitrc
mkdir ~/.dwm
@ -28,7 +28,7 @@ git config --global user.email "mail@luke-else.co.uk"
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwm.git
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dmenu.git
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
git clone https://github.com/coastalwhite/lemurs
git clone --recurse-submodules ssh://git@github.com:fairyglade/ly.git
cd dwm
git checkout dwm-patched
@ -44,9 +44,10 @@ sudo cp ./statusbar/* /usr/local/bin/
sudo make install
cd ..
cd lemurs
sudo chmod +x install.sh
./install.sh
cd ly
sudo make install installsystemd
sudo systemctl enable ly.service
sudo systemct disable getty@tty2.service
cd ..
cd ~