colorls | compton | dunst | i3-gaps | nvim | pecan | polybar | rofi | yabai | zsh
ln -s .config/colorls $HOME/.config/colorls
Compositor for x, makes it possible for transparency.
ln -s .config/compton.conf $HOME/.config/compton.conf
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
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.
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.
ln -s .config/polybar $HOME/.config/polybar
Application launcher used instead of i3s default dmenu.
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