mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 02:38:53 +01:00 
			
		
		
		
	new pc install (took me 8 years!)
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
			
		||||
#/bin/bash
 | 
			
		||||
 | 
			
		||||
# no changes yet.
 | 
			
		||||
MYPATH="$PWD/computers/dev-pc"
 | 
			
		||||
 | 
			
		||||
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
 | 
			
		||||
							
								
								
									
										2
									
								
								computers/dev-pc/xprofile.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								computers/dev-pc/xprofile.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
xrandr --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-I-1 --off --output DVI-D-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal
 | 
			
		||||
@@ -10,7 +10,7 @@ ln -sf "$MYPATH/Xresources.docked" ~/.Xresources.docked
 | 
			
		||||
ln -sf "$MYPATH/Xresources.undocked" ~/.Xresources.undocked
 | 
			
		||||
ln -sf "$MYPATH/docked.sh" ~/.docked.sh
 | 
			
		||||
ln -sf "$MYPATH/undocked.sh" ~/.undocked.sh
 | 
			
		||||
ln -sf "$MYPATH/xprofile" ~/.xprofile
 | 
			
		||||
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
 | 
			
		||||
    
 | 
			
		||||
# custom (laptop specific) bashrc thingies :)    
 | 
			
		||||
ln -sf "$MYPATH/custom-bashrc.sh" ~/.custom
 | 
			
		||||
							
								
								
									
										20
									
								
								dependencies/pacman.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								dependencies/pacman.txt
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,6 @@
 | 
			
		||||
xorg-server
 | 
			
		||||
xorg-xinit
 | 
			
		||||
mesa
 | 
			
		||||
i3-gaps
 | 
			
		||||
rsync
 | 
			
		||||
i3lock
 | 
			
		||||
@@ -41,3 +44,20 @@ ntp
 | 
			
		||||
xclip
 | 
			
		||||
openssh
 | 
			
		||||
nodejs
 | 
			
		||||
npm
 | 
			
		||||
a52dec
 | 
			
		||||
faac
 | 
			
		||||
faad2
 | 
			
		||||
flac
 | 
			
		||||
jasper
 | 
			
		||||
lame
 | 
			
		||||
libdca
 | 
			
		||||
libdv
 | 
			
		||||
libmad
 | 
			
		||||
libmpeg2
 | 
			
		||||
libtheora
 | 
			
		||||
libvorbis
 | 
			
		||||
libxv
 | 
			
		||||
wavpack
 | 
			
		||||
x264
 | 
			
		||||
xvidcore
 | 
			
		||||
 
 | 
			
		||||
@@ -92,6 +92,7 @@ function install_config {
 | 
			
		||||
	ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
 | 
			
		||||
	ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
 | 
			
		||||
	ln -sf "$PWD"/wallpapers/space.jpg ~/Pictures/Wallpapers/wallpaper.jpg
 | 
			
		||||
	mkdir -p ~/.config/rofi
 | 
			
		||||
	ln -sf "$PWD"/config/rofi ~/.config/rofi/config
 | 
			
		||||
	ln -sf "$PWD"/config/.gitconfig ~/.gitconfig
 | 
			
		||||
 | 
			
		||||
@@ -102,6 +103,9 @@ function install_config {
 | 
			
		||||
 | 
			
		||||
	# create empty .custom alias file
 | 
			
		||||
	echo "" > ~/.custom
 | 
			
		||||
 | 
			
		||||
	# system fixes
 | 
			
		||||
	echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Installs the dependencies on Arch Linux
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user