Personal dotfiles Rot Dam's.
-
Installing manjaro through its website. (XFCE).
-
clone the current repository and exec the script
git clone https://github.com/rotdams/dotfiles && sudo ./dotfiles/config-install.sh
- restart the computer and config you login manager profile (do not forget to choose i3)
-
Installing manjaro through its website. (XFCE).
-
Update all Manjaro package. Remember to restart the PC afterwards.
sudo pacman -Syyu
- Install Yay to get access to AUR.
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
- Install
feh
to use background images.
sudo pacman -S feh
- Install I3 manager. I personally choose a fork of this version,
i3-gaps
. You will need to run I3 a first time to create the configuration file. You can find my file configuration in the config folder.
sudo yay -S i3-gaps
- get my configs
cd ~
git clone https://github.com/RotDams/dotfiles
mv -r dotfiles/* .config/
rm -rf dotfiles
- Install
blueberry
.
sudo pacman -S blueberry
- Install
perl
.
sudo pacman -S perl
- Install
rofi
, a run command interface. My configuration file can be found in the config folder.
sudo pacman -S rofi
- Install
gvim
.
sudo pacman -S gvim
ln -s ~/.config/misc-config/.vimrc ~/.vimrc
vim
:PlugInstall
- Install
zsh
.
sudo pacman -S zsh
chsh -s /usr/bin/zsh
ln -s ~/.config/misc-config/.zshrc ~/.zshrc
- Install utilities .
sudo pacman -S tree
sudo pacman -S code
sudo pacman -S conky-lua-nv
ln -s ~/.config/misc-config/.conkyrc ~/.conkyrc
- Add a composite manager, as Picom.
sudo pacman -S picom
mkdir ~/.config/picom/
cp /etc/xdg/picom.conf ~/.config/picom/picom.conf
picom --config ~/.config/picom/picom.conf
- Install Polybar.
sudo yay -S polybar
yay -S ttf-font-awesome-4
yay -S ttf-joypixels
pacman -S bluez-utils
sudo ~/.config/misc-config/noto-font.sh
ln -s .config/misc-config/.Xresources .Xresources
#. Install a login manager screen, as LightDM WebKit2.