Compare commits
3 Commits
00ac0bb2fd
...
void
| Author | SHA1 | Date | |
|---|---|---|---|
| ff5c79ab59 | |||
| 2207c46026 | |||
| c369ca8a7f |
2
Install
2
Install
@@ -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/dmenu.git
|
||||||
ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
|
ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
|
||||||
|
|
||||||
install https://github.com/fairyglade/ly
|
install https://github.com/coastalwhite/lemurs
|
||||||
@@ -1,54 +1,33 @@
|
|||||||
sudo pacman -Syu
|
sudo xbps-install -Syu
|
||||||
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
|
|
||||||
|
sudo xbps-install rustup go base-devel zsh neovim vscode vifm alacrity neofetch firefox docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl
|
||||||
|
|
||||||
mv ../.xinitrc ~/.xinitrc
|
mv ../.xinitrc ~/.xinitrc
|
||||||
mkdir ~/.dwm
|
mkdir ~/.dwm
|
||||||
mv ./autostart.sh ~/.dwm/autostart.sh
|
mv ./autostart.sh ~/.dwm/autostart.sh
|
||||||
|
|
||||||
chsh -s /usr/bin/fish
|
chsh -s /bin/zsh
|
||||||
|
|
||||||
cd /opt
|
|
||||||
sudo git clone https://aur.archlinux.org/yay.git
|
|
||||||
sudo chown -R luke-else:users ./yay
|
|
||||||
|
|
||||||
cd yay
|
|
||||||
makepkg -si
|
|
||||||
|
|
||||||
cd ~
|
|
||||||
|
|
||||||
yay vscode
|
|
||||||
yay brave
|
|
||||||
|
|
||||||
mkdir ~/git
|
mkdir ~/git
|
||||||
cd ~/git
|
cd ~/git
|
||||||
|
|
||||||
git config --global user.name "Luke Else"
|
git config --global user.name "Luke Else"
|
||||||
git config --global user.email "mail@luke-else.co.uk"
|
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/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/dmenu.git
|
||||||
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
|
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
|
||||||
git clone --recurse-submodules ssh://git@github.com:fairyglade/ly.git
|
git clone https://github.com/coastalwhite/lemurs
|
||||||
|
|
||||||
cd dwm
|
cd dwm
|
||||||
git checkout dwm-patched
|
git checkout dwm-patched
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd dmenu
|
cd dmenu
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd dwmblocks
|
cd dwmblocks
|
||||||
sudo cp ./statusbar/* /usr/local/bin/
|
sudo cp ./statusbar/* /usr/local/bin/
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
cd lemurs
|
||||||
cd ly
|
sudo chmod +x install.sh
|
||||||
sudo make install installsystemd
|
./install.sh
|
||||||
sudo systemctl enable ly.service
|
|
||||||
sudo systemct disable getty@tty2.service
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd ~
|
|
||||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
|
||||||
Reference in New Issue
Block a user