Skip to content

BrianENguyen/dotfiles

Repository files navigation

Dotfiles

Table of Contents

What are Dotfiles?

./.screenshots/img1.png

Dotfiles are a way to customize your Linux / UNIX machine! This files are located in the /.config/ folder and they all start with a period (.) - hence, dotfiles. This repository contains my personal dotfiles for you to analyze, edit, or use.

Info

WMbspwm
Terminalalacritty
ShellZSH
Compositorpicom-jonaburg-git
BarPolybar
FontJetBrains Mono Nerd Font
(Primary) Color SchemeOne Dark
App Launcherrofi
Keybinding Daemonsxhkd

ZSH Installation

Packages to Download

$ yay -S zsh zsh-syntax-highlighting autojump zsh-autosuggestions

Setup

$ touch "$HOME/.cache/zshhistory"
#-- Setup Alias in $HOME/zsh/aliasrc
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
$ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> ~/.zshrc

Bash to ZSH

$chsh $USER

then type

$ /bin/zsh

Preview

./.screenshots/img1.png ./.screenshots/img2.png ./.screenshots/img3.png

About

Dotfiles used in my Linux machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published