[go: up one dir, main page]

Skip to content

RotDams/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal dotfiles Rot Dam's.

Automatic installation

  1. Installing manjaro through its website. (XFCE).

  2. clone the current repository and exec the script

git clone https://github.com/rotdams/dotfiles && sudo ./dotfiles/config-install.sh
  1. restart the computer and config you login manager profile (do not forget to choose i3)

Manual installation

  1. Installing manjaro through its website. (XFCE).

  2. Update all Manjaro package. Remember to restart the PC afterwards.

sudo pacman -Syyu
  1. Install Yay to get access to AUR.
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
  1. Install feh to use background images.
sudo pacman -S feh
  1. 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
  1. get my configs
cd ~
git clone https://github.com/RotDams/dotfiles
mv -r dotfiles/* .config/
rm -rf dotfiles
  1. Install blueberry .
sudo pacman -S blueberry 
  1. Install perl .
sudo pacman -S perl 
  1. Install rofi, a run command interface. My configuration file can be found in the config folder.
sudo pacman -S rofi
  1. Install gvim .
sudo pacman -S gvim 
ln -s ~/.config/misc-config/.vimrc ~/.vimrc
vim
:PlugInstall
  1. Install zsh .
sudo pacman -S zsh
chsh -s /usr/bin/zsh
ln -s ~/.config/misc-config/.zshrc ~/.zshrc
  1. Install utilities .
sudo pacman -S tree
sudo pacman -S code
sudo pacman -S conky-lua-nv
ln -s ~/.config/misc-config/.conkyrc ~/.conkyrc
  1. 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
  1. 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 some applications

#. Install a login manager screen, as LightDM WebKit2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published