This is my linux ubuntu dotfiles
- Shell: zsh
- WM: i3-gaps
- GTK Theme: Arc-Dark
- Icon Theme: Papirus
- Font: Roboto 10
- rofi
- i3
- rxvt-unicode
- compton
- fonts-roboto
- zsh
- arc-theme
- lxappearance
- feh
- fonts-font-awesome
sudo apt-get install rofi i3 rxvt-unicode compton fonts-roboto zsh arc-theme lxappearance feh fonts-font-awesome git
See section bellow to install them
sudo apt-get install rofi i3 rxvt-unicode compton fonts-roboto zsh arc-theme lxappearance feh fonts-font-awesome git
Logout and Switch to i3
Generate default config
#install dep
sudo apt-get install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf libxcb-xrm0 libxcb-xrm-dev automake
cd ~/
git clone https://www.github.com/Airblader/i3 i3-gaps
cd i3-gaps
autoreconf --force --install
rm -rf build/
mkdir -p build && cd build/
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
make
sudo make install
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
sudo apt-get update
sudo apt-get install polybar
sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt-get install papirus-icon-theme
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
git clone https://github.com/olivbau/dotfiles.git ~/dotfiles
sh ~/dotfiles/scripts/load.sh
win+shift+E
Logout and login and 💣💥
Two main methods:
-
Use dotfiles from this rep
-
Use script
sh ./scripts/load.sh
- Refresh i3:
win+shift+r
- Refresh .Xresources:
xrdb ~/.Xresources
- Set zsh as default shell:
chsh
and write/bin/zsh
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write credits