danilin-em / dotfiles

My Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My Dotfiles

Set up

git init --bare ~/.dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config config status.showUntrackedFiles no
config remote add origin git@github.com:danilin-em/dotfiles.git
config fetch --all
config reset --hard origin/master

System

# Paths

mkdir -p ~/Projects

# Disable BEEP

sudo rmmod pcspkr

echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf

# WM

# Set KeyMap

localectl set-x11-keymap us,ru "" "" grp:win_space_toggle
# Oh Yy ZSH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Global Configs

# intel_backlight
sudo install ~/.root/etc/X11/xorg.conf /etc/X11/xorg.conf

# Anonymizing overlay network
sudo install ~/.root/lib/systemd/system/tor.service /lib/systemd/system/tor.service
systemctl daemon-reload

Appearance

wget https://github.com/vinceliuice/Mojave-gtk-theme/archive/master.zip
unzip master.zip
rm master.zip
cd Mojave-gtk-theme-master
./install.sh -c dark -o standard -a standard

AwesomeWM

mkdir ~/Projects

git clone git@github.com:danilin-em/awml.git ~/Projects/awml

git clone https://github.com/lcpz/lain.git ~/Projects/awml/lain

ln -s ~/Projects/awml ~/.config/awesome

About

My Dotfiles


Languages

Language:Python 73.4%Language:Shell 26.6%