lots of changes
This commit is contained in:
parent
4e1a97b1ed
commit
baad568ee5
5
.Xresources.env
Normal file
5
.Xresources.env
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define primaryfont xft:Terminus-12
|
||||
|
||||
*font: primaryfont
|
||||
*faceName: primaryfont
|
||||
*boldFont: primaryfont
|
3
env/x/xresources
vendored
3
env/x/xresources
vendored
|
@ -1,4 +1,4 @@
|
|||
#define primaryfont xft:Terminus-16
|
||||
#define primaryfont xft:Terminus-12
|
||||
#define secondaryfont xft:Open Sans-9
|
||||
#define iconfont xft:stlarch-9
|
||||
#define primaryletterspace 0
|
||||
|
@ -15,6 +15,7 @@
|
|||
*termName: rxvt-unicode
|
||||
*intensityStyles: true
|
||||
*utf8: 2
|
||||
*scaleHeight: 1
|
||||
|
||||
emacs.font: emacspfont
|
||||
|
||||
|
|
8
os/arch_linux/0-adduser.bash
Executable file
8
os/arch_linux/0-adduser.bash
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
groupadd admin 2>/dev/null
|
||||
mkdir -p /home/daniel
|
||||
useradd -m -d /home/daniel/usr -G admin,users -s /usr/bin/bash daniel
|
||||
chown -R daniel:daniel /home/daniel
|
||||
echo "Setting password for user 'daniel'"
|
||||
passwd daniel
|
|
@ -21,5 +21,5 @@ cd "$REPOSITORY_PATH/pacaur"
|
|||
makepkg -i --noconfirm
|
||||
cd -
|
||||
|
||||
pacuar -S cower pacaur
|
||||
pacaur -S cower pacaur --noconfirm --noedit
|
||||
|
|
@ -16,6 +16,8 @@ sudo pacman -S \
|
|||
wpa_actiond \
|
||||
ifplugd \
|
||||
htop \
|
||||
openssh \
|
||||
openssl \
|
||||
--noconfirm
|
||||
|
||||
pacaur -S \
|
||||
|
@ -40,6 +42,7 @@ pacaur -S \
|
|||
thunar-shares-plugin \
|
||||
nmap \
|
||||
pulseaudio-ctl \
|
||||
pavucontrol \
|
||||
--noconfirm --noedit
|
||||
|
||||
# sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pacaur -S lemonbar-xft-git
|
||||
pacaur -S lemonbar-xft-git --noconfirm --noedit
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ sudo sh -c 'sed -i -e "/\[infinality-bundle\]/,+6d" /etc/pacman.conf'
|
|||
sudo sh -c 'echo -e "[infinality-bundle]\nServer = http://bohoomil.com/repo/\$arch\n\n[infinality-bundle-fonts]\nServer = http://bohoomil.com/repo/fonts\n" >> /etc/pacman.conf'
|
||||
|
||||
sudo pacman -Syy --noconfirm
|
||||
sudo pacman -S infinality-bundle
|
||||
sudo pacman -S infinality-bundle terminus-font
|
||||
|
||||
pacaur -S ttf-monaco --noconfirm --noedit
|
||||
pacaur -S ttf-monaco gohufont artwiz-fonts phallus-fonts-git --noconfirm --noedit
|
||||
sudo pacman -S ttf-opensans ttf-dejavu --noconfirm
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@ pacaur -S \
|
|||
--noconfirm --noedit
|
||||
|
||||
if [ ! -f "$HOME/.todo/config" ]; then
|
||||
cp /usr/share/todotxt/todo.cfg ~/.todo/config
|
||||
mkdir -p "$HOME/.todo"
|
||||
cp /usr/share/todotxt/todo.cfg "$HOME/.todo/config"
|
||||
vim "$HOME/.todo/config"
|
||||
fi
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@ DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
|
|||
source "$DIR/variables.bash"
|
||||
|
||||
sudo pacman -S xcb-util xcb-util-keysyms xcb-util-wm xorg-xrandr xdotool feh --noconfirm
|
||||
pacaur -S bspwm-git sxhkd-git xdo-git
|
||||
pacaur -S bspwm-git sxhkd-git xdo-git --noconfirm --noedit
|
||||
|
||||
|
|
Reference in a new issue