Skip to content

80-am/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Linux

colorls | compton | dunst | i3-gaps | nvim | pecan | polybar | rofi | yabai | zsh

Installation

Listing directory content.
colorls

ln -s .config/colorls $HOME/.config/colorls

Compositor for x, makes it possible for transparency.

ln -s .config/compton.conf $HOME/.config/compton.conf

Used as notification daemon.
dunst

ln -s .config/dunst $HOME/.config/dunst

Fork of i3wm, used as tiling window manager. Install by creating symlink to directory and copy sample.

By default uses alt as modifier key.

ln -s .config/i3 $HOME/.config/i3
cp .config/i3/config.sample .config/i3/config

My editor of choise.
nvim

Uses Vundle to handle plugins such as nerdtree and vim-airline.

ln -s .vimrc $HOME/.vimrc
ln -s .vim $HOME/.vim
ln -s .config/nvim $HOME/.config/nvim

Customizable bar for Übersicht macOS.
pecan

ln -s .config/pecan/scripts $PECAN_DIR/scripts
ln -s ./config/background.jsx $PECAN_DIR/background.jsx
ln -s ./config/battery.jsx $PECAN_DIR/battery.jsx
ln -s ./config/clock.jsx $PECAN_DIR/clock.jsx
ln -s ./config/lang.jsx $PECAN_DIR/lang.jsx
ln -s ./config/style.css $PECAN_DIR/style.css

Highly customizable status bar.
polybar

ln -s .config/polybar $HOME/.config/polybar

Application launcher used instead of i3s default dmenu.
rofi

ln -s .config/rofi $HOME/.config/rofi

Tiling window management on macOS, similar i3-gaps for linux. Keybinds is configured in .skhdrc.

By default uses cmd as modifier key.

ln -s .skhdrc $HOME/.skhdrc
ln -s .yabairc $HOME/.yabairc

Z-shell used with oh-my-zsh config-framework.

git clone https://github.com/ohmyzsh/ohmyzsh.git
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
ln -s .zshrc $HOME/.zshrc

About

Dots to be used with Linux or macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published