Skip to content

imagineeeinc/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Includes dotfiles to my linux setup.

Most of the packeges are installed via the pacakge manager, some are required to follow an onlije guide. This document dosen't tell you how to install the pacakges, it just hints what should be in the setup.

Main Workflow Apps

  • Editor: Lunarvim is cool neovim bassed editor with extra features built in (Installing).
  • Multiplexer: tmux is a terminal multiplexer (Install from built in package manager).
  • Shell: Oh my zsh another shell with some smart features and theming (Install zsh then add oh my zsh).
  • Git TUI: Lazygit a terminal bassed git client with a nice ui and keybinds (Installing).
  • Music: cmus a terminal music player, plays through pulseaudio. (Install from built in package manager)

Other apps

These are installation links

Development

Programming

Tools

Post Install

Installing the dotfiles

Make sure git is installed, then clone this repo.

Install GNU Stow.

# Debain/ Ubuntu/ Termux
apt install stow -y

Then install by running stow to create the symlinks.

Note: using stow will overwrite the existing config, so back it up before running this command.

cd dotfiles
stow --adopt .

Note on bashrc and zshrc

My main linux setup is on termux on android so my setup is not optimal. I store self complied/ downloaded binaries in ~/.local/bin/.