Skip to content

Great-Antique/linux-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux configs

  • bash
  • vim
  • screen
  • git

Usage

Install with a installation script

bash ~/path/to/cloned/repo/install.sh

Manually

Bash

Enable touchpad or disable it ~/.bashrc

theme='main'
toggleTouchpad=1 # enable or 0 for disable
source ~/path/to/cloned/repo/bash/.bashrc

vim

~/.vimrc

source ~/path/to/cloned/repo/vim/.vimrc

screen

~/.screenrc

source ~/path/to/cloned/repo/screen/.screenrc

git

~/.gitconfig

[include]
    path = ~/path/to/cloned/repo/git/.gitconfig